Skip to content

Commit

Permalink
Try to fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jul 10, 2024
1 parent 2ddb629 commit 18bdda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
tags: squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}
push: {{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' }}

- name: Publish - Push Tags Latest
if: env.STABLE_VERSION == 'true'
Expand Down

0 comments on commit 18bdda8

Please sign in to comment.