Skip to content

Commit 37169f5

Browse files
committed
🐛 Fix prerelease Action config
1 parent 9f2f9c5 commit 37169f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,7 @@ jobs:
209209
- uses: ncipollo/release-action@v1
210210
with:
211211
prerelease: true
212+
# Use the commit reference for the prerelease name
213+
commit: true
212214
artifacts: "build/*/docker/Dockerfile"
213215

0 commit comments

Comments
 (0)