mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Attempting workflow error fix.
This commit is contained in:
parent
7d7c34d157
commit
d95d4a8d06
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -123,8 +123,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
with:
|
||||
tag_name: release-${{ github.sha | slice(0, 7) }}
|
||||
release_name: Release ${{ github.sha }}
|
||||
tag_name: release ${{ github.sha }}{{ github.sha | slice(0, 7) }}
|
||||
release_name: Release ${{ github.sha }}{{ github.sha | slice(0, 7) }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user