Skip to content

Commit

Permalink
Merge pull request #20 from react-native-community/nc/remove-extra-tags
Browse files Browse the repository at this point in the history
[GHA] Remove extra --tags from publish
  • Loading branch information
cortinico authored Jun 19, 2024
2 parents c7ced57 + 7d31142 commit 5162086
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 5162086

Please sign in to comment.