Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonaNedeljkovic authored Jun 2, 2021
1 parent 2bc2a28 commit 5505d29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
release_name: Prerelease ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
tag_name: 1.0.0
release_name: Prerelease 1.0.0
# tag_name: ${{ steps.tag_version.outputs.new_tag }}
# release_name: Prerelease ${{ steps.tag_version.outputs.new_tag }}
prerelease: true

# - name: Publish - GitHub Packages
Expand Down

0 comments on commit 5505d29

Please sign in to comment.