Skip to content

Commit

Permalink
MMVII: github fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Mar 15, 2024
1 parent f6a0f92 commit ce2faf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Remove previous MMVII documentation release
env:
GH_TOKEN: ${{ github.token }}
continue-on-error: true
run: gh release delete MMVII_Documentation -y --cleanup-tag

- name: Upload MMVII documentaion
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
- name: Remove previous Windows MMVII build release
env:
GH_TOKEN: ${{ github.token }}
continue-on-error: true
run: gh release delete Windows_MMVII_build -y --cleanup-tag

- name: Upload binaries to release
Expand Down

0 comments on commit ce2faf4

Please sign in to comment.