Skip to content

Commit

Permalink
added new command
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedkhan1039 committed Feb 23, 2024
1 parent 07a7835 commit b7f2ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: |
TAG=${TAG_NAME/refs\/tags\/v/}
TAG=$(echo $TAG_NAME | cut -d'/' -f3)
npx nx run-many -t publish --ver $TAG --tag latest
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit b7f2ae1

Please sign in to comment.