Skip to content

Commit acf8c17

Browse files
Delete old release asset
1 parent 6280fb0 commit acf8c17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
- name: Build with Gradle Wrapper
4848
run: ./gradlew build
4949

50+
- name: Delete old release assets
51+
uses: mknejp/delete-release-assets@v1
52+
with:
53+
assets: 'TARDIS-*.jar' # Globs or specific names of assets to delete
54+
tag: '1.21.8' # The tag of the release to modify
55+
token: ${{ secrets.TARDIS_WORKFLOW }} # Required for authentication
56+
5057
- name: Upload build artifacts to release
5158
uses: softprops/action-gh-release@v2
5259
# if: github.ref_type == 'branches'

0 commit comments

Comments
 (0)