Skip to content

Commit

Permalink
Fail on unmatched files
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Aug 5, 2024
1 parent df7115c commit 8b6551c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
name: ${{ github.ref }}
tag_name: ${{ github.ref }}
draft: false
prerelease: false
files: |
./deploy/beacon-node-oapi.yaml
./deploy/beacon-node-oapi.json
fail_on_unmatched_files: true
- name: Rollback Release
if: failure()
uses: author/[email protected]
Expand Down

0 comments on commit 8b6551c

Please sign in to comment.