Skip to content

Commit

Permalink
chore(ci): Fix new release process
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 24, 2024
1 parent f08d117 commit e5385b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e5385b0

Please sign in to comment.