Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidingPlus committed Feb 6, 2025
1 parent 9344d7f commit 7e4017a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

deploy-to-deno:
needs: [upload-art]
if: ${{ inputs.deno }} || ( ${{ github.event_name == 'push' }} && ${{ env.DEPLOY_DENO_PUSH == 'true' }} )
if: ${{ inputs.deno || ( github.event_name == 'push' && env.DEPLOY_DENO_PUSH == 'true' ) }}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -124,7 +124,7 @@ jobs:

release-docker:
needs: [test-docker]
if: ${{ inputs.docker }} || ( ${{ github.event_name == 'push' }} && ${{ env.DEPLOY_DOCKER_PUSH == 'true' }} )
if: ${{ inputs.docker || ( github.event_name == 'push' && env.DEPLOY_DOCKER_PUSH == 'true' ) }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7e4017a

Please sign in to comment.