Skip to content

Commit

Permalink
make sure that the release is deleted before redoing
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 17, 2024
1 parent ba3ec6c commit e94cbac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
run: |
run: |
# should probably do better with tags, but for now delete and redo
gh release delete WD-1.1 --cleanup-tag -y
gh release -n "latest working draft" create WD-1.1 doc/std/VO-DML.pdf

0 comments on commit e94cbac

Please sign in to comment.