Skip to content

Commit 4410bdd

Browse files
committed
Don't publish snapshot pre-releases on github
1 parent 1321bcc commit 4410bdd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,6 @@ jobs:
120120
echo "IS_SNAPSHOT_VERSION has unknown value: $IS_SNAPSHOT_VERSION"
121121
exit 1
122122
fi
123-
- name: Update latest prerelease on Github
124-
uses: marvinpinto/action-automatic-releases@latest
125-
with:
126-
repo_token: ${{ secrets.GITHUB_TOKEN }}
127-
automatic_release_tag: "latest"
128-
prerelease: true
129-
title: "Latest snapshot (${{ env.VERSION_NAME }})"
130-
files: |
131-
LICENSE
132-
core/build/libs/*.*
133-
ksp/build/libs/*.*
134123
- name: Make release on Github
135124
uses: marvinpinto/action-automatic-releases@latest
136125
if: ${{ env.IS_SNAPSHOT_VERSION == 'false' }}

0 commit comments

Comments
 (0)