1
0
mirror of https://github.com/Ed94/refactor.git synced 2025-04-06 17:17:55 -07:00

Attempting workflow error fix.

This commit is contained in:
Edward R. Gonzalez 2023-03-30 20:50:31 -04:00
parent 7d7c34d157
commit d95d4a8d06

@ -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