Skip to content

Commit

Permalink
fixed a typo in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Jul 12, 2023
1 parent 18fcbb4 commit b142fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--docker-password ${{ secrets.DOCKER_PASSWORD }}
publish:
if: github.event.action == 'release' && github.event.release.draft == false && github.event.release.prerelease == false
if: github.event.action == 'released' && github.event.release.draft == false && github.event.release.prerelease == false
name: Publish release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b142fbb

Please sign in to comment.