Skip to content

Commit

Permalink
use tag not commit #
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Jun 23, 2022
1 parent 5ccc2fd commit 3b248c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf2rue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: workflow-build${{ github.run_number }}
release_name: Build ${{ steps.commit_info.outputs.sha_short }}
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit 3b248c9

Please sign in to comment.