We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbe849 commit 3aeb7e3Copy full SHA for 3aeb7e3
.github/workflows/ci.yml
@@ -240,7 +240,7 @@ jobs:
240
if: github.ref == 'refs/heads/master'
241
working-directory: server
242
run: |
243
- npm version preminor --preid next
+ npm version preminor --preid next-$(git rev-parse --short HEAD)
244
npm publish --access public --tag next
245
env:
246
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments