File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 49
49
path : ./public
50
50
retention-days : 3
51
51
52
+ - name : Bump version and push tag
53
+ uses :
anothrNick/[email protected] # Don't use @master or @v1 unless you're happy to test the latest version
54
+ # Only try and deploy on merged code
55
+ if : " github.repository == 'quarkiverse/antora-ui-quarkiverse' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule')"
56
+ env :
57
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
58
+ WITH_V : true
59
+
52
60
- name : Publish bundle
53
61
uses : ncipollo/release-action@v1
54
62
# Only try and deploy on merged code
57
65
artifacts : " ./build/ui-bundle.zip"
58
66
omitBody : true
59
67
allowUpdates : true
60
- generateReleaseNotes : true
68
+ generateReleaseNotes : false
61
69
makeLatest : true
62
- tag : " latest"
63
70
name : " HEAD"
64
71
replacesArtifacts : true
You can’t perform that action at this time.
0 commit comments