Skip to content

Commit

Permalink
Fix npm publish to release from release tag instead of head of main
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Jan 9, 2025
1 parent f0f74a6 commit a3f7049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: ${{ github.ref }}

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit a3f7049

Please sign in to comment.