chore(ci): Fix new release process

This commit is contained in:
Ed Page 2024-10-24 12:24:49 -05:00
parent f08d1171e2
commit e5385b07a0

View file

@ -126,6 +126,10 @@ jobs:
needs: [create-release, build-release]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Publish Release
env:
GH_TOKEN: ${{ github.token }}