Skip to content

Commit

Permalink
Fix invalid actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2022
1 parent 25077f3 commit e482b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
export PDM_PUBLISH_USERNAME="__token__"
export PDM_PUBLISH_PASSWORD="${{ secrets.PYPI_API_TOKEN }}"
export PDM_PUBLISH_COMMENT="${{ github.event.release.body }}"
- name: Publish
run: pdm publish -c "${{ github.event.release.name }}: ${{ github.event.release.body }}"
run: pdm publish -c "$PDM_PUBLISH_COMMENT"

0 comments on commit e482b6c

Please sign in to comment.