Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Sep 22, 2024
1 parent 26e03c0 commit 69fba58
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,8 @@ concurrency:
cancel-in-progress: true

jobs:
changesets:
name: Create version pull request
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Dependencies
uses: ./.github/actions/install-dependencies

- name: Create Release Pull Request
uses: changesets/action@v1
with:
commit: "chore: version package"
title: "chore: version package"
version: pnpm changeset:version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release:
name: Release
changeset:
name: changeset
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
Expand Down

0 comments on commit 69fba58

Please sign in to comment.