From 56c25868788970f08d3f6701a059c3504ffe600d Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Mon, 1 May 2023 13:14:14 +0530 Subject: [PATCH] Add create tag --- .github/workflows/version-bump.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index 3b373e9e..388c52da 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -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