Add version to publish action as well.

This commit is contained in:
Jeremy Wood 2023-02-25 13:39:59 -05:00
parent 87b14d3944
commit 66e21da6b2
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ jobs:
arguments: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_VERSION: ${{ env.VERSION }}
- name: Upload release artifact
uses: svenstaro/upload-release-action@v2