Skip to content

Commit

Permalink
chore: update git actions to fix tagging [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins committed Nov 28, 2023
1 parent 4fbb1dc commit d7e79b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-tag-and-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release - Tag and Build Artifacts
name: Release - Build Artifacts, Tag, Release, and Merge Back

on:
workflow_dispatch:
Expand Down Expand Up @@ -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/[email protected]
if: ${{ steps.package-version.outputs.current-version }}
Expand Down

0 comments on commit d7e79b9

Please sign in to comment.