Skip to content

Commit

Permalink
Redo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Aug 10, 2024
1 parent a5a3cf4 commit 49a3f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
with:
cache: "poetry"

- run: poetry install

- run: poetry version "${{ github.event.inputs.tag }}"

- run: git commit -am "Release ${{ github.event.inputs.tag }}"
Expand All @@ -36,6 +34,8 @@ jobs:
GIT_COMMITTER_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"

- run: git push origin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: >
gh release create "${{ github.event.inputs.tag }}"
Expand Down

0 comments on commit 49a3f9c

Please sign in to comment.