Skip to content

Commit

Permalink
Merge pull request #18 from ant-media/update-version
Browse files Browse the repository at this point in the history
Update version to 2.12.0-SNAPSHOT
  • Loading branch information
mekya authored Oct 5, 2024
2 parents 61f5c31 + 3ddf7d7 commit ab883af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm run compile
- run: npm test
#Fix this versioning for the snapshots
- run: npm version 2.9.1-SNAPSHOT"-`date +"%Y-%b-%d-%I-%M"`" --no-git-tag-version
- run: npm version 2.12.0-SNAPSHOT"-`date +"%Y-%b-%d-%I-%M"`" --no-git-tag-version
- run: npm publish --tag SNAPSHOT
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit ab883af

Please sign in to comment.