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 2a153a5 commit 1ac4bcbCopy full SHA for 1ac4bcb
.github/workflows/release-on-merge.yml
@@ -27,7 +27,7 @@ jobs:
27
echo Computing next tag number
28
LASTPATCH=$(git describe --tags | cut -d- -f1 | cut -d. -f3)
29
PATCH=$(($LASTPATCH+1))
30
- echo "{tagname}={2.1.${PATCH}}" >> $GITHUB_OUTPUT
+ echo "tagname=2.1.${PATCH}" >> $GITHUB_OUTPUT
31
32
- name: Create release
33
uses: ncipollo/release-action@v1
0 commit comments