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 fb8217b commit d3dcaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
gh release upload "$tag" ${{ env.ASSET }}
publish-release:
name: Publish Release
needs: [prepare-release, build-release]
needs: [create-release, build-release]
runs-on: ubuntu-latest
steps:
- name: Publish Release
Expand Down

0 comments on commit d3dcaae

Please sign in to comment.