Skip to content

Commit ad48c65

Browse files
committed
Allow release workflow to update existing tags
1 parent 97de6b1 commit ad48c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
uses: ncipollo/release-action@v1
3535
with:
3636
artifacts: "compiled-firmware/loaner-firmware*.bin"
37+
allowUpdates: true
38+
prerelease: true

0 commit comments

Comments
 (0)