Skip to content

Commit

Permalink
generating the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma committed Dec 11, 2023
1 parent 93d5230 commit 53c3c93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_pygame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,3 @@ jobs:
python3 -m pip install semversioner
RELEASE=$(python3 -m semversioner release)
echo "new", $RELEASE
'''
- name: create release
uses: ncipollo/[email protected]
with:
token: ${{ secrets.GH_CREDENTIALS }}
artifacts: ${{ steps.export.outputs.archive_directory }}/build/web
'''

0 comments on commit 53c3c93

Please sign in to comment.