Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean authored Jan 25, 2024
1 parent 214f9a6 commit eb8de38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }} && github.event_name == 'release' && github.event.action == 'published'
steps:
- name: Download builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand All @@ -31,7 +31,7 @@ jobs:
# repository_url: https://test.pypi.org/legacy/

- name: publish to github release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v1
# permissions:
# contents: write
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit eb8de38

Please sign in to comment.