mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Remove older release before uploading new
This commit is contained in:
@@ -32,6 +32,12 @@ jobs:
|
||||
run: |
|
||||
echo ::set-output name=date::$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S")
|
||||
|
||||
- name: Delete Older Releases
|
||||
uses: nikhilbadyal/ghaction-rm-releases@main
|
||||
with:
|
||||
github_token: ${{ secrets.GH_TOKEN }}
|
||||
release_pattern: 'Build*'
|
||||
|
||||
- name: Upload Build Artifact
|
||||
uses: ncipollo/release-action@v1.10.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user