Skip to content

Commit

Permalink
Merge pull request #211 from RDFLib/edmond/docker
Browse files Browse the repository at this point in the history
Bump poetry version on release
  • Loading branch information
edmondchuc authored Mar 11, 2024
2 parents 917281d + 7851ebe commit 1f48cec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
id: version
run: echo "VALUE=$(npx --yes semver ${{ github.event.release.tag_name }})" >> "$GITHUB_OUTPUT"

- name: Set up Python
uses: actions/setup-python@v4

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Update version
run: poetry version ${{ steps.version.outputs.VALUE }}

- name: Docker metadata
id: metadata
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 1f48cec

Please sign in to comment.