Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Dec 11, 2024
1 parent 874f7e0 commit ba97079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
run: |
echo "${{ contains(github.ref_name, 'dev') }}"
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
# if: "!startsWith(github.ref_name, 'v-test-')"
with:
generate_release_notes: true
prerelease: ${{ contains(github.ref_name, 'dev') }}
body: "https://pypi.org/project/viur-shop/${{ github.ref_name }}/"
append_body: true

0 comments on commit ba97079

Please sign in to comment.