Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Apr 29, 2024
1 parent e021632 commit 34baa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
needs: [ build-and-push-image ]
permissions:
contents: write # required to attach zip to release
if: ${{ (github.event_name == 'release' && github.event.action == 'created' }}
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 34baa1b

Please sign in to comment.