Skip to content

Commit 567f9d2

Browse files
committed
ci: restrict prerelease detection to '-dev' tags
1 parent 02b7294 commit 567f9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ jobs:
124124
uses: softprops/action-gh-release@v2
125125
with:
126126
files: target/${{ matrix.target }}/release/dyndns-${{ matrix.target }}
127-
prerelease: ${{ contains(github.ref, '-') }}
127+
prerelease: ${{ contains(github.ref, '-dev') }}

0 commit comments

Comments
 (0)