Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer authored Aug 16, 2020
1 parent f94b6a2 commit 0470ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: Temp v${{ steps.get_version.outputs.ASSEMBLY_VERSION }}
release_name: Temp release v${{ steps.get_version.outputs.ASSEMBLY_VERSION }}
draft: true
tag_name: v${{ steps.get_version.outputs.ASSEMBLY_VERSION }}
release_name: Release v${{ steps.get_version.outputs.ASSEMBLY_VERSION }}
draft: false
prerelease: false

- name: Upload Release Asset
Expand Down

0 comments on commit 0470ac1

Please sign in to comment.