Merge pull request #26 from bitvora/dev-githubWorkflows

update release builder
This commit is contained in:
Barry Deen 2024-09-11 20:33:00 -04:00 committed by GitHub
commit 0740531c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: