Skip to content

Commit

Permalink
fix(Build): Correcting npm versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 22, 2024
1 parent 76b84fb commit afaa792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
npm version --no-git-tag-version ${{env.APP_VERSION}}_build${{ github.run_number }}
npm version --no-git-tag-version ${{env.APP_VERSION}}-${{ github.run_number }}
npm publish
if: github.ref == 'refs/heads/develop'

Expand Down

0 comments on commit afaa792

Please sign in to comment.