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.
2 parents 0cc1cb0 + ae2aa9d commit 90ef33cCopy full SHA for 90ef33c
.github/workflows/ci-release.yaml
@@ -50,5 +50,6 @@ jobs:
50
fi
51
52
gh release create "${VERSION}" ${GH_OPTS} \
53
+ --target "${{ github.ref_name }}" \
54
--title "${VERSION}" \
55
--notes-file ".github/default-release-notes.md"
0 commit comments