Skip to content

Commit 089e03a

Browse files
committed
Test Delete old artifacts
1 parent c874f15 commit 089e03a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/signMacOsBinaries.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Sign MacOS Binaries
22
on: [push]
33
jobs:
44
# Sign the JFrog CLI binary for macOS
5+
DeleteOldArtifacts:
6+
- uses: kolpav/purge-artifacts-action@v1
7+
with:
8+
token: ${{ secrets.JF_GIT_TOKEN }}
9+
expire-in: 0 # Setting this to 0 will delete all artifacts
510
SignBinary:
6-
if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
11+
# if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
712
name: Sign-JFrog-CLI-MacOS-Binary
813
runs-on: macos-latest
914
strategy:

0 commit comments

Comments
 (0)