We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6827cb0 + 4e6dd8e commit 10d9180Copy full SHA for 10d9180
.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@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
+ uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
with:
0 commit comments