Skip to content

Commit afbb9cd

Browse files
committed
fix: release
1 parent 0cfd6e6 commit afbb9cd

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,8 @@ permissions:
88
contents: read
99

1010
jobs:
11-
build-library:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v5.0.0
16-
17-
- name: Setup
18-
uses: ./.github/actions/setup
19-
20-
- name: Build package
21-
run: yarn build
22-
2311
release:
2412
runs-on: ubuntu-latest
25-
needs: [build-library]
2613
permissions:
2714
id-token: write
2815
contents: write
@@ -38,6 +25,9 @@ jobs:
3825
- name: Setup
3926
uses: ./.github/actions/setup
4027

28+
- name: Build package
29+
run: yarn build
30+
4131
- name: Build tarball
4232
run: |
4333
mkdir -p release

0 commit comments

Comments
 (0)