Skip to content

Commit

Permalink
Fix an issue with the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Oct 2, 2023
1 parent 70a4f48 commit bdc17ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: stephanmisc/docuum,stephanmisc/docuum:${{ env.VERSION_TO_PUBLISH }}
- if: ${{ env.VERSION_TO_PUBLISH != null }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Make Bash not silently ignore errors.
set -euo pipefail
Expand Down

0 comments on commit bdc17ad

Please sign in to comment.