Skip to content

Commit 838aeb4

Browse files
committed
build: fixing provnenace workflow by removing runs-on parameter which conflicts with uses
1 parent 5e945ae commit 838aeb4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939

4040
release-provenance:
4141
needs: [ 'build-publish' ]
42-
runs-on: ubuntu-latest
4342
permissions:
4443
actions: read
4544
id-token: write

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
release-provenance:
5959
needs: [ 'release-package' ]
6060
if: ${{ needs.release-package.outputs.release-created }}
61-
runs-on: ubuntu-latest
6261
permissions:
6362
actions: read
6463
id-token: write

0 commit comments

Comments
 (0)