auto-release is trickier than it looks

main
Patrick W3AXL 12 months ago
parent 576f228428
commit 93e110063c

@ -14,10 +14,10 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
gh release create ${{ github.ref }} gh release create ${{ github.ref_name }}
build-release: build-release:
uses: ./.github/workflows/linux-windows-cmake-build.yml uses: ./.github/workflows/linux-windows-cmake-build.yml
with: with:
release: true release: true
release_tag: ${{ github.ref }} release_tag: ${{ github.ref_name }}

Loading…
Cancel
Save

Powered by TurnKey Linux.