Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infeeeee committed Sep 28, 2024
1 parent 104a0f5 commit 6c6865e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: publish
needs: build

permissions:
contents: write

steps:
- name: Build Changelog
id: github_release
Expand Down

0 comments on commit 6c6865e

Please sign in to comment.