Skip to content

Commit

Permalink
Merge pull request #269 from stepchowfun/unnecessary-check
Browse files Browse the repository at this point in the history
Remove an unnecessary check from the CI workflow
  • Loading branch information
stepchowfun authored Oct 2, 2023
2 parents 477daf8 + 6e68cec commit 86df91b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ jobs:
--attach 'artifacts/docuum-aarch64-pc-windows-msvc.exe' \
"v$VERSION_TO_PUBLISH"
echo "Created release v$VERSION_TO_PUBLISH."
- if: ${{ env.VERSION_TO_PUBLISH != null }}
uses: stepchowfun/toast/.github/actions/toast@main
- uses: stepchowfun/toast/.github/actions/toast@main
with:
tasks: publish
docker_repo: stephanmisc/toast
Expand Down

0 comments on commit 86df91b

Please sign in to comment.