Skip to content

Commit b171627

Browse files
committed
wups fix output
1 parent 934a7c6 commit b171627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo Computing next tag number
2828
LASTPATCH=$(git describe --tags | cut -d- -f1 | cut -d. -f3)
2929
PATCH=$(($LASTPATCH+1))
30-
echo "{tagname}={2.1.${PATCH}}" >> $GITHUB_OUTPUT
30+
echo "tagname=2.1.${PATCH}" >> $GITHUB_OUTPUT
3131
3232
- name: Create release
3333
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)