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 46
46
GPG_PRIVATE_KEY_PASSWORD : ${{ secrets.GPG_PRIVATE_KEY_PASSWORD }}
47
47
48
48
- 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')
50
50
run : gh release create "${{ steps.release.outputs.released_version }}" --generate-notes
51
51
env :
52
52
GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ plugins {
14
14
id ' signing'
15
15
}
16
16
17
- group = ' org.simdjson'
18
- version = scmVersion. version
19
-
20
17
scmVersion {
21
18
versionCreator(' versionWithBranch' )
22
19
tag {
23
20
prefix = ' '
24
21
}
25
22
}
26
23
24
+ group = ' org.simdjson'
25
+ version = scmVersion. version
26
+
27
27
repositories {
28
28
mavenCentral()
29
29
}
You can’t perform that action at this time.
0 commit comments