Add create tag

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-01 13:14:14 +05:30
committed by GitHub
parent d3b202dd31
commit 56c2586878

View File

@@ -54,6 +54,11 @@ jobs:
branch: master
unprotect_reviews: true
- name: Create/Update tag
uses: rickstaa/action-create-tag@v1.6.1
with:
tag: "${{ steps.bump-app-version.outputs.newVersion }}"
- name: Create Release
uses: ncipollo/release-action@v1.12.0