Skip to content

Commit cddd955

Browse files
authored
Merge pull request #18 from aditaa/fix/release-workflow
Allow release workflow to update existing tags
2 parents 97de6b1 + ad48c65 commit cddd955

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)