Skip to content

Commit b271ccc

Browse files
authored
fix: release (#18)
2 parents a7672be + e67d939 commit b271ccc

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 14 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
@@ -46,6 +36,6 @@ jobs:
4636
- name: Run semantic-release
4737
env:
4838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
# TODO: remove NPM_TOKEN
39+
# TODO: remove NPM_TOKEN
5040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5141
run: yarn release

0 commit comments

Comments
 (0)