Skip to content

Commit

Permalink
Dev (#34)
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 477aaed commit a3c24b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-baboons-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

fix github workflow
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Push changes and tags
- name: Tag
if: steps.changesets.outputs.hasChangesets == 'false'
run: pnpm changeset tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push tag
run: |
git push --follow-tags origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3c24b7

Please sign in to comment.