Skip to content

Commit ec28d2d

Browse files
committed
Fix tag workflow
1 parent 83c9a2f commit ec28d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-tag-do-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
uses: ncipollo/release-action@v1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19+
allowUpdates: true
20+
updateOnlyUnreleased: false

0 commit comments

Comments
 (0)