File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 GPG_PRIVATE_KEY_PASSWORD : ${{ secrets.GPG_PRIVATE_KEY_PASSWORD }}
4747
4848 - name : Create GitHub Release
49- if : github.ref == 'refs/heads/main'
49+ if : github.ref == 'refs/heads/main' && !endsWith(steps.release.outputs.released_version, '-SNAPSHOT')
5050 run : gh release create "${{ steps.release.outputs.released_version }}" --generate-notes
5151 env :
5252 GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ plugins {
1414 id ' signing'
1515}
1616
17- group = ' org.simdjson'
18- version = scmVersion. version
19-
2017scmVersion {
2118 versionCreator(' versionWithBranch' )
2219 tag {
2320 prefix = ' '
2421 }
2522}
2623
24+ group = ' org.simdjson'
25+ version = scmVersion. version
26+
2727repositories {
2828 mavenCentral()
2929}
You can’t perform that action at this time.
0 commit comments