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 bcca911 commit 17f9d7eCopy full SHA for 17f9d7e
.github/workflows/publish.yaml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/checkout@v6
44
- name: Set release tag
45
run: |
46
- export TAG_NAME="1_$(TZ="Europe/Oslo" date +%Y%m%d).$(echo $GITHUB_SHA | cut -c 1-6)"
+ export TAG_NAME="2_$(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@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # ratchet:ncipollo/release-action@v1
49
with:
0 commit comments