Skip to content

Commit

Permalink
FIX naming in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
0phoff committed Nov 16, 2023
1 parent 7e92f16 commit 0f60c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: pnpm

# Publish Release Candidate
- name: pnpm publish release
- name: pnpm publish release candidate
if: ${{ contains(github.ref_name, '-rc') }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0f60c78

Please sign in to comment.