Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: blacksmith-4vcpu-ubuntu-2404
# GitHub-hosted (not Blacksmith): npm provenance attestations, which are
Comment thread
coderdan marked this conversation as resolved.
# generated automatically by OIDC trusted publishing, are only accepted
# from github-hosted runners — self-hosted runners are rejected with E422.
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v6
Expand Down
Loading