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 587899a commit 6844decCopy full SHA for 6844dec
.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@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # ratchet:ncipollo/release-action@v1
+ - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # ratchet:ncipollo/release-action@v1
47
with:
48
tag: ${{ env.RELEASE_TAG }}
49
generateReleaseNotes: true
0 commit comments