Skip to content

Commit

Permalink
Merge pull request #52 from codenaz/chore/fix-release-please
Browse files Browse the repository at this point in the history
chore: fix release please
  • Loading branch information
codenaz authored Mar 5, 2023
2 parents 34f1cf1 + 2c5ee40 commit bd07d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
needs: create-release
if: ${{ needs.create-release.outputs.release_created }}
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 0 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Publish to npm
on:
workflow_dispatch: {}
workflow_call:
inputs:
version:
required: true
type: string

env:
FORCE_COLOR: 1
Expand Down

0 comments on commit bd07d90

Please sign in to comment.