We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24dd847 + 250c808 commit 41efa1aCopy full SHA for 41efa1a
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "CONTROLLER_DOCKER_TAGS=${{ env.CONTROLLER_DOCKER_TAGS }},${{ env.CONTROLLER_DOCKER_IMAGE }}:latest" >> "${GITHUB_ENV}"
61
- name: Create Release
62
id: create_release
63
- uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
with:
0 commit comments