Skip to content

Commit

Permalink
fix(workflow): remove "type" key from publish-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcabe committed Nov 28, 2023
1 parent fbc3ab0 commit e0a8cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
secrets:
NPM_TOKEN:
required: true
type: string
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -21,6 +20,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@octocat'
- run: yarn
- run: yarn npm publish
- run: yarn publish-repo
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e0a8cb0

Please sign in to comment.