Skip to content

Commit

Permalink
Merge pull request #268 from stepchowfun/fix-ci
Browse files Browse the repository at this point in the history
Fix an issue with the CI workflow
  • Loading branch information
stepchowfun authored Oct 2, 2023
2 parents 70a4f48 + bdc17ad commit fc07230
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 fc07230

Please sign in to comment.