Skip to content

Commit

Permalink
build: fixing provnenace workflow by removing runs-on parameter which…
Browse files Browse the repository at this point in the history
… conflicts with uses
  • Loading branch information
rsoberano-ld committed Feb 9, 2024
1 parent 250261a commit 52a0999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:

release-provenance:
needs: [ 'build-publish' ]
runs-on: ubuntu-latest
permissions:
actions: read
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
release-provenance:
needs: [ 'release-package' ]
if: ${{ needs.release-package.outputs.release-created }}
runs-on: ubuntu-latest
permissions:
actions: read
id-token: write
Expand Down

0 comments on commit 52a0999

Please sign in to comment.