Skip to content

Commit

Permalink
add missing gh action job
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Jun 10, 2024
1 parent 87ca89d commit 0b5b3b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ env:
GH_TOKEN: ${{ github.token }}

jobs:

setup-release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Create Release
run: gh release create ${{ github.ref_name }} --draft

publish:
runs-on: ${{ matrix.os }}
needs: setup-release
Expand Down

0 comments on commit 0b5b3b5

Please sign in to comment.