Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-wn authored Jan 24, 2025
1 parent 2a9276d commit 6910561
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Release

on:
Expand All @@ -8,6 +7,8 @@ on:

jobs:
release:
# prevents this action from running on forks
if: github.repository == 'Lazy-work/unison'
name: Release
runs-on: ubuntu-latest
permissions:
Expand All @@ -19,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -30,6 +31,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build Packages
run: pnpm run build

- name: create and publish versions
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 6910561

Please sign in to comment.