Skip to content

Commit cbad720

Browse files
committed
fix(workflows): fixed publish-dev not working
1 parent 9fc37af commit cbad720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Publish
3333
run: |
34-
npm version --git-tag-version=false $(jq --raw-output '.version' package.json).$(date +%s).$(git rev-parse --short HEAD)
34+
npm version --git-tag-version=false $(jq --raw-output '.version' package.json)-$(date +%s)-$(git rev-parse --short HEAD)
3535
npm publish --tag dev || true
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)