Skip to content

Commit 8ff5eff

Browse files
committed
fix: continuous deployment to npm
1 parent 5538c3c commit 8ff5eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: ./.github/workflows/cd-npm.yml
2626
needs: release-please
2727
with:
28-
ref: refs/tags/${{ needs.release-please.outputs.ref }}
28+
ref: ${{ needs.release-please.outputs.ref }}
2929
if: ${{ needs.release-please.outputs.released }}

0 commit comments

Comments
 (0)