Skip to content

Commit

Permalink
add checkout before creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDolphin committed Nov 28, 2024
1 parent 5552062 commit aff47b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
branch: main
file_pattern: pyproject.toml
add_options: --update
- name: get next version without tagging
- name: get next version with tagging
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit aff47b2

Please sign in to comment.