We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfd6e6 commit afbb9cdCopy full SHA for afbb9cd
1 file changed
.github/workflows/release.yml
@@ -8,21 +8,8 @@ permissions:
8
contents: read
9
10
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
23
release:
24
runs-on: ubuntu-latest
25
- needs: [build-library]
26
permissions:
27
id-token: write
28
contents: write
@@ -38,6 +25,9 @@ jobs:
38
- name: Setup
39
uses: ./.github/actions/setup
40
+ - name: Build package
29
+ run: yarn build
30
+
41
31
- name: Build tarball
42
32
run: |
43
33
mkdir -p release
0 commit comments