mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-22 06:54:44 -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 }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
with:
|
with:
|
||||||
tag_name: release-${{ github.sha | slice(0, 7) }}
|
tag_name: release ${{ github.sha }}{{ github.sha | slice(0, 7) }}
|
||||||
release_name: Release ${{ github.sha }}
|
release_name: Release ${{ github.sha }}{{ github.sha | slice(0, 7) }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user