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 cab8917 commit 1a683ecCopy full SHA for 1a683ec
.github/workflows/build.yml
@@ -10,6 +10,7 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
+ timeout-minutes: 15
14
15
strategy:
16
matrix:
.github/workflows/publish.yml
@@ -7,6 +7,7 @@ jobs:
7
8
9
steps:
- uses: actions/checkout@v3
@@ -24,6 +25,7 @@ jobs:
24
25
run: npm run build:prod
26
27
- name: Publish
- run: npm publish
28
+ run: npx auto shipit
29
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
31
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments