We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c874f15 commit 089e03aCopy full SHA for 089e03a
.github/workflows/signMacOsBinaries.yml
@@ -2,8 +2,13 @@ name: Sign MacOS Binaries
2
on: [push]
3
jobs:
4
# 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
10
SignBinary:
- if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
11
+ # if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
12
name: Sign-JFrog-CLI-MacOS-Binary
13
runs-on: macos-latest
14
strategy:
0 commit comments