Skip to content

Commit

Permalink
ci: fix typo in manual-publish workflow (#843)
Browse files Browse the repository at this point in the history
`inputs` instead of `input`. 🤦
  • Loading branch information
hf authored Jan 19, 2024
1 parent bbdd582 commit 13c88e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
npm ci
npm run build
- name: Publish @supabase/${{ input.package }} @v${{ input.version }}
- name: Publish @supabase/${{ inputs.package }} @v${{ inputs.version }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
Expand Down

0 comments on commit 13c88e7

Please sign in to comment.