Skip to content

Commit

Permalink
Update draft_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eprilx authored Oct 19, 2021
1 parent 254afd8 commit 21402c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# RELEASE
- name: Release
run: |
gh release create ${{ env.VERSION }} -t "${{env.NAME}} v${{env.VERSION}}" -d -p ${{ env.FILES }}
gh release create ${{ env.VERSIONC }} -t "${{env.NAME}} v${{env.VERSIONC}}" -d -p ${{ env.FILES }}
env:
FILES: ${{env.FINALOUT}}/${{env.CONSOLE}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21402c4

Please sign in to comment.