We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-latest
1 parent 57cd7b3 commit c2eec7fCopy full SHA for c2eec7f
1 file changed
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
id-token: write # for trusted publishing
38
attestations: write # for trusted publishing
39
contents: read
40
- runs-on: ubuntu-slim
+ runs-on: ubuntu-latest
41
if: github.event_name == 'release' && github.event.action == 'published'
42
43
steps:
0 commit comments