Skip to content

Commit

Permalink
fix: msising tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jul 17, 2023
1 parent 8575d46 commit 217ac8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
semantic:
name: Release
name: Get version
runs-on: ubuntu-latest
timeout-minutes: 30
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Cut ${{ github.event.inputs.version }} version
run: npm version --sign-git-tag=true ${{ github.event.inputs.version }}
- name: Push
run: git push --force
run: git push --follow-tags --force

0 comments on commit 217ac8c

Please sign in to comment.