We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5538c3c commit 8ff5effCopy full SHA for 8ff5eff
.github/workflows/release-please.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: ./.github/workflows/cd-npm.yml
26
needs: release-please
27
with:
28
- ref: refs/tags/${{ needs.release-please.outputs.ref }}
+ ref: ${{ needs.release-please.outputs.ref }}
29
if: ${{ needs.release-please.outputs.released }}
0 commit comments