We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b7294 commit 567f9d2Copy full SHA for 567f9d2
.github/workflows/build-release.yml
@@ -124,4 +124,4 @@ jobs:
124
uses: softprops/action-gh-release@v2
125
with:
126
files: target/${{ matrix.target }}/release/dyndns-${{ matrix.target }}
127
- prerelease: ${{ contains(github.ref, '-') }}
+ prerelease: ${{ contains(github.ref, '-dev') }}
0 commit comments