Skip to content

Commit

Permalink
feat: add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawndlwd committed May 25, 2024
1 parent 5b2aba0 commit 8ab39b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- dev

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -25,7 +25,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: pnpm/[email protected]

with:
version: 9.1.1
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 8ab39b6

Please sign in to comment.