Skip to content

Commit

Permalink
use gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 19, 2024
1 parent 1466c2d commit a306222
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ jobs:
merge-multiple: true

- name: Create release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
files: artifacts/*.zip
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create ${{ github.ref_name }} artifacts/*.zip

call-create-images-workflow:
needs: release
Expand Down

0 comments on commit a306222

Please sign in to comment.