Skip to content

Commit

Permalink
Merge pull request #189 from carlocorradini/carlocorradini-patch-1
Browse files Browse the repository at this point in the history
ci: update ci.yml
  • Loading branch information
carlocorradini authored May 18, 2023
2 parents 613cd1d + 750e206 commit 627423d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
needs: integration
if: needs.integration.result == 'success' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 627423d

Please sign in to comment.