Skip to content

Commit

Permalink
Dev (#36)
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 6de6f39 commit 9c1b932
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-jobs-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"unused-i18n": patch
---

Create GitHub Release
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
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 9.1.1

- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -55,3 +56,13 @@ jobs:
git push --follow-tags origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
files: |
dist/**
CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c1b932

Please sign in to comment.