Skip to content

Commit

Permalink
reinstate step to obtain version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mKlapwijk committed Jan 16, 2024
1 parent 360a70b commit efd2c07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.4.2
- name: obtain version number
run:
git config user.name github-actions
git config user.email github-actions@github.com
poetry version ${{ github.event.inputs.release_type }}
PROJECT_VERSION=$(poetry version --short)
echo "PROJECT_VERSION=$PROJECT_VERSION" >> $GITHUB_ENV
- name: Create Release
uses: actions/create-release@latest
env:
Expand Down

0 comments on commit efd2c07

Please sign in to comment.