Skip to content

Commit

Permalink
fix: publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed May 30, 2023
1 parent 0f6fa9d commit a44abda
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ on:
branches: [ "master" ]

jobs:
publish:
ci:
runs-on: ubuntu-latest
name: Build & publish
name: Publish
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.16.0
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: ci/publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit a44abda

Please sign in to comment.