Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Oct 10, 2023
1 parent ffd46ae commit c7d503c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- juan-fernandez/fix-dev-release

jobs:
dev_release:
Expand All @@ -26,7 +27,7 @@ jobs:
- run: npm version --no-git-tag-version ${{ fromJson(steps.pkg.outputs.json).version }}-$(git rev-parse --short HEAD)+${{ github.run_id }}.${{ github.run_attempt }}
- run: npm publish --tag dev --provenance
- run: |
git tag --force dev
git tag dev
git push origin :refs/tags/dev
git push origin --tags
Expand Down

0 comments on commit c7d503c

Please sign in to comment.