diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index cb143f3..ced0ce7 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -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 }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 731e86f..80fab8c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,10 +3,6 @@ name: Publish to npm on: workflow_dispatch: {} workflow_call: - inputs: - version: - required: true - type: string env: FORCE_COLOR: 1