Skip to content

Commit

Permalink
Make github-release require release
Browse files Browse the repository at this point in the history
  • Loading branch information
geertjanvdenbosch committed Aug 30, 2024
1 parent b5ccbce commit c79c927
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ jobs:

github-release:
name: Create release on Github
needs: build
needs: release
runs-on: ubuntu-latest
steps:
- name: Get packages
uses: actions/download-artifact@v3
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: packages-${{ github.ref_name }}
path: dist/

- name: Create new release
continue-on-error: true
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit c79c927

Please sign in to comment.