Skip to content

Commit

Permalink
Update release workflow versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 29, 2023
1 parent 825678d commit 4275b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,16 @@ jobs:
commit_user_name: ${{ steps.import_gpg.outputs.name }}
commit_user_email: ${{ steps.import_gpg.outputs.email }}
commit_author: ${{ steps.import_gpg.outputs.name }} <${{ steps.import_gpg.outputs.email }}>
- uses: bhowell2/[email protected]
id: clean_version
with:
value: ${{ steps.current_version.outputs.VERSION }}
length_from_start: 3
outputs:
RELEASE_TYPE: ${{ env.RELEASE_TYPE }}
CURRENT_RELEASE: ${{ steps.current_version.outputs.VERSION }}
NEW_RELEASE: ${{ steps.new_version.outputs.VERSION }}
DOCKER_RELEASE: ${{ steps.clean_version.outputs.substring }}
release:
name: Create a GitHub Release
needs: [bump_version]
Expand Down

0 comments on commit 4275b1a

Please sign in to comment.