Skip to content

Commit

Permalink
fix: updating GH release action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 committed Aug 28, 2024
1 parent f72f458 commit 787ed4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ jobs:
python -c "import mesa_frames; print(mesa_frames.__version__)"
- name: Update GitHub Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/*
tag_name: ${{ github.ref }}
name: ${{ github.ref }}
- name: Create or recreate version branch
run: |
CURRENT_VERSION=$(hatch version)
Expand Down

0 comments on commit 787ed4e

Please sign in to comment.