Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supersurviveur authored May 26, 2024
1 parent b6d17e8 commit 6b3a88d
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 @@ -29,7 +29,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build]
if: success() && startsWith(github.ref, 'refs/tags/')
if: success()
permissions:
contents: write
steps:
Expand All @@ -55,7 +55,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: [build]
if: success() && startsWith(github.ref, 'refs/tags/')
if: success()
steps:
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
Expand Down

0 comments on commit 6b3a88d

Please sign in to comment.