Attempt to make make GitHub Actions work

This commit is contained in:
Raymond Hill 2020-12-09 11:58:46 -05:00
parent 95b4ecf5dd
commit 0415e28eae
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
with: with:
tag_name: steps.release_info.outputs.VERSION tag_name: ${{ steps.release_info.outputs.VERSION }}
release_name: steps.release_info.outputs.VERSION release_name: ${{ steps.release_info.outputs.VERSION }}
draft: true draft: true
prerelease: true prerelease: true
- name: Build all packages - name: Build all packages