mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 00:59:51 -06:00
Add create tag
This commit is contained in:
committed by
GitHub
parent
d3b202dd31
commit
56c2586878
5
.github/workflows/version-bump.yaml
vendored
5
.github/workflows/version-bump.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user