Skip to content

Commit

Permalink
[chore] test
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Dec 7, 2024
1 parent e721739 commit 25e4fc9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node

- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- uses: pnpm/action-setup@v2

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9

- name: Install dependencies
run: pnpm install

- name: Create Release Pull Request or Publish
uses: changesets/action@v1
with:
Expand All @@ -29,14 +36,15 @@ jobs:
version: pnpm changeset version
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

release-tag:
name: Release pushed tag
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Create release
- name: Create GitHub Release
env:
VERSION: ${{ github.ref_name }}
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 25e4fc9

Please sign in to comment.