Skip to content
Open
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/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Only on the automatic publish path — a manual dispatch failure is
# visible to the person who ran it.
if: ${{ failure() && github.event_name == 'workflow_run' }}
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const v = '${{ steps.ver.outputs.version }}';
Expand Down
Loading