Skip to content

Commit 050cb7c

Browse files
authored
Merge pull request #180 from square/fern-support/ci
Update publish workflow
2 parents 51730d5 + a4f2b61 commit 050cb7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.fernignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
README.md
44

5+
.github/workflows/ci.yml
56
.github/workflows/integration.yml
67
src/wrapper
78
src/index.ts

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn && yarn test
3131

3232
publish:
33-
needs: [ compile, test ]
33+
needs: [ compile ]
3434
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
3535
runs-on: ubuntu-latest
3636
steps:
@@ -54,4 +54,4 @@ jobs:
5454
npm publish --access public
5555
fi
5656
env:
57-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
57+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)