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