update release builder

This commit is contained in:
Barry Deen 2024-09-11 20:32:17 -04:00
parent 0f3578c5a5
commit 7a59c4cb79

View File

@ -12,12 +12,15 @@ jobs:
make-release:
runs-on: ubuntu-latest
steps:
- uses: actions/create-release@latest
- name: Create Release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
continue-on-error: true
build-all-for-all:
runs-on: ubuntu-latest
needs: