Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Commit hash > ref
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jun 23, 2020
1 parent 0d5193f commit ed27c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -26,8 +26,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
body: |
Change notes here
draft: true
Expand Down

0 comments on commit ed27c77

Please sign in to comment.