Skip to content

Commit

Permalink
Dev (#38)
Browse files Browse the repository at this point in the history
* fit: fix github workflow

* fit: fix github workflow
  • Loading branch information
Lawndlwd authored May 25, 2024
1 parent 9c1b932 commit ba39e73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-walls-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

fix bug on release
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push tag
if: steps.changesets.outputs.hasChangesets == 'false'
run: |
git push --follow-tags origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
if: steps.changesets.outputs.hasChangesets == 'false'
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
Expand Down

0 comments on commit ba39e73

Please sign in to comment.