diff --git a/.github/workflows/release-tag-and-build.yml b/.github/workflows/release-tag-and-build.yml index dbaa83606..b5ba3ad30 100644 --- a/.github/workflows/release-tag-and-build.yml +++ b/.github/workflows/release-tag-and-build.yml @@ -1,4 +1,4 @@ -name: Release - Tag and Build Artifacts +name: Release - Build Artifacts, Tag, Release, and Merge Back on: workflow_dispatch: @@ -43,6 +43,9 @@ jobs: EOT echo "Appended release notes" + - name: Create Tag + run: git tag ${{ steps.package-version.outputs.current-version }} + - name: Release uses: ncipollo/release-action@v1.13.0 if: ${{ steps.package-version.outputs.current-version }}