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 a51b0dc commit 4f7a236Copy full SHA for 4f7a236
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
echo "AUTHTOKEN=${{ steps.app-token.outputs.token }}" >> $GITHUB_ENV
82
83
- name: Make github release
84
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
85
with:
86
body: |
87
Helm chart for the [grafana-operator](https://github.com/${{ github.repository }})
0 commit comments