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 0a37d41 commit 29fbcc6Copy full SHA for 29fbcc6
.github/workflows/tag-and-release.yml
@@ -43,7 +43,7 @@ jobs:
43
44
echo "✅ Inputs validated: module='$MODULE', version='$VERSION'"
45
- name: Create tag and GitHub release
46
- uses: ncipollo/release-action@b12185d71f4641bb1b1116dacae6b74e667f86e4 # v1.19.0
+ uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
47
with:
48
tag: ${{ github.event.inputs.module }}/${{ github.event.inputs.version }}
49
name: Release ${{ github.event.inputs.module }} ${{ github.event.inputs.version }}
0 commit comments