Skip to content

Commit a1296a6

Browse files
committed
Wait this action can create tags too
1 parent a360bec commit a1296a6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ jobs:
2020
PATCH=$(($LASTPATCH+1))
2121
echo "::set-output name=tagname::2.1.${PATCH}"
2222
23-
- name: Create Tag
24-
run: |
25-
git tag ${{ steps.compute-tag.outputs.tagname }}
26-
git push origin ${{ steps.compute-tag.outputs.tagname }}
27-
2823
- name: Create release
2924
uses: ncipollo/release-action@v1
3025
with:
3126
token: ${{ secrets.GITHUB_TOKEN }}
32-
name: ${{ steps.compute-tag.outputs.tagname }}
27+
tag: ${{ steps.compute-tag.outputs.tagname }}
28+
commit: master
3329
artifacts: './progit.epub,./progit.mobi,./progit.pdf,./progit.html'

0 commit comments

Comments
 (0)