Skip to content

Commit 0e5d0a8

Browse files
committed
👷 Prerelease config fix
1 parent 8ec9166 commit 0e5d0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
- uses: ncipollo/release-action@v1
272272
with:
273273
prerelease: true
274-
# Use the commit reference for the prerelease name
275-
commit: true
274+
allowUpdates: true
275+
tag: ${{ github.ref }}
276276
artifacts: "build/*/docker/Dockerfile,build/*/assets/shell/welcome"
277277

0 commit comments

Comments
 (0)