Skip to content

Commit

Permalink
fix: tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Sep 6, 2022
1 parent e8e599e commit cb0019b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
ref: 'main'
submodules: recursive
fetch-depth: 1
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: Publish release on Npm
env:
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export TAG_NAME=${GITHUB_REF##*/}
printf "%70s\n" | tr ' ' '-'
Expand Down

0 comments on commit cb0019b

Please sign in to comment.