Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Oct 26, 2024
1 parent bd2dfaf commit e00f903
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
name: sqlwrite-mac
path: .

- name: Delete existing release (if any)
run: |
gh release delete "${{ github.ref_name }}" -y || echo "No existing release to delete"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit e00f903

Please sign in to comment.