diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1df7074..5d4d5f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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