We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e18b4b commit 97af59cCopy full SHA for 97af59c
.github/workflows/release.yml
@@ -15,8 +15,12 @@ permissions:
15
id-token: write
16
17
jobs:
18
+ test:
19
+ uses: ./.github/workflows/tests.yml
20
+
21
publish:
22
runs-on: ubuntu-latest
23
+ needs: test
24
25
steps:
26
- uses: actions/checkout@v4
@@ -43,3 +47,4 @@ jobs:
43
47
- run: npm publish --provenance --access public
44
48
env:
45
49
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
0 commit comments