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
should probably do better with tags, but for now delete and redo
  • Loading branch information
pahjbo committed May 17, 2024
1 parent e94cbac commit 31ed6ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ jobs:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
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 31ed6ec

Please sign in to comment.