Skip to content

Commit efaa612

Browse files
committed
builds
1 parent 671d664 commit efaa612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
node-version: 12
1717
# registry-url: https://npm.pkg.github.com/
1818
scope: '@hexlyoss'
19-
- run: npm install
2019
- run: git describe --exact-match --tags $(git log -n1 --pretty='%h') | xargs npm version --allow-same-version
20+
- run: npm install
2121
- run: npm publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPMJS_PUBLISH_SECRET}}

0 commit comments

Comments
 (0)