We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671d664 commit efaa612Copy full SHA for efaa612
1 file changed
.github/workflows/publish.yml
@@ -16,8 +16,8 @@ jobs:
16
node-version: 12
17
# registry-url: https://npm.pkg.github.com/
18
scope: '@hexlyoss'
19
- - run: npm install
20
- run: git describe --exact-match --tags $(git log -n1 --pretty='%h') | xargs npm version --allow-same-version
+ - run: npm install
21
- run: npm publish
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.NPMJS_PUBLISH_SECRET}}
0 commit comments