File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -117,19 +117,18 @@ jobs:
117117 echo "IS_SNAPSHOT_VERSION has unknown value: $IS_SNAPSHOT_VERSION"
118118 exit 1
119119 fi
120- - name : Make github snapshot release
120+ - name : Update latest prerelease on Github
121121 uses : marvinpinto/action-automatic-releases@latest
122- if : ${{ env.IS_SNAPSHOT_VERSION == 'true' }}
123122 with :
124123 repo_token : ${{ secrets.GITHUB_TOKEN }}
125124 automatic_release_tag : " latest"
126125 prerelease : true
127- title : " Latest Snapshot "
126+ title : " Latest snapshot (${{ env.VERSION_NAME }}) "
128127 files : |
129128 LICENSE
130129 core/build/libs/*.*
131130 ksp/build/libs/*.*
132- - name : Make github release
131+ - name : Make release on Github
133132 uses : marvinpinto/action-automatic-releases@latest
134133 if : ${{ env.IS_SNAPSHOT_VERSION == 'false' }}
135134 with :
You can’t perform that action at this time.
0 commit comments