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 34f126c commit 2de55f7Copy full SHA for 2de55f7
.github/workflows/publish.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
export TAG_NAME="1_$(TZ="Europe/Oslo" date +%Y%m%d).$(echo $GITHUB_SHA | cut -c 1-6)"
45
echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV
46
- - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # ratchet:ncipollo/release-action@v1
+ - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # ratchet:ncipollo/release-action@v1
47
with:
48
tag: ${{ env.RELEASE_TAG }}
49
generateReleaseNotes: true
0 commit comments