Skip to content

Commit

Permalink
MMVII: github build: fix release update part II ...
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Feb 12, 2024
1 parent d09078d commit 7d69570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Remove previous MMVII documentation release
env:
GH_TOKEN: ${{ github.token }}
run: gh release delete MMVII_Documentation -y
run: gh release delete MMVII_Documentation -y --cleanup-tag

- name: Upload MMVII documentaion
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Remove previous Windows MMVII build release
env:
GH_TOKEN: ${{ github.token }}
run: gh release delete Windows_MMVII_build -y
run: gh release delete Windows_MMVII_build -y --cleanup-tag

- name: Upload binaries to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7d69570

Please sign in to comment.