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 1fff480 commit 892c7deCopy full SHA for 892c7de
.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@1c89adf39833729d8f85a31ccbc451b078733c80 # ratchet:ncipollo/release-action@v1
+ - uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # ratchet:ncipollo/release-action@v1
49
with:
50
tag: ${{ env.RELEASE_TAG }}
51
generateReleaseNotes: true
0 commit comments