Skip to content

Commit 76ad975

Browse files
committed
👷 Yet another prerelease tagging attempt
1 parent de4a3f6 commit 76ad975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ jobs:
279279
with:
280280
prerelease: true
281281
allowUpdates: true
282-
name: ${{ env.SHA_SHORT }}
282+
commit: ${{ github.sha }}
283+
tag: ${{ env.SHA_SHORT }}
284+
name: Prerelease-${{ env.SHA_SHORT }}
283285
artifacts: "build/*/docker/Dockerfile,build/*/assets/shell/welcome"
284286

0 commit comments

Comments
 (0)