Skip to content

Commit

Permalink
update only on success
Browse files Browse the repository at this point in the history
  • Loading branch information
cacoco committed Feb 5, 2024
1 parent 90bf4b3 commit e6bcd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CACOCO_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
- name: Run Update CodeMeta JSON file action
if: ${{ success() }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit e6bcd5b

Please sign in to comment.