Skip to content

Commit

Permalink
[GHA] Remove extra --tags from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Jun 19, 2024
1 parent c7ced57 commit 7d31142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update versions to input one
run: node updateTemplateVersion.js "${{ inputs.version }}"
- name: Publish NPM
run: npm publish --dry-run --tag "${{ inputs. }}"
run: npm publish --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Set NPM tags
Expand Down

0 comments on commit 7d31142

Please sign in to comment.