Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: true
- name: Upload
uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
Loading