Skip to content

Commit

Permalink
Test force
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Sep 16, 2024
1 parent f2dc29e commit 9868f7c
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 @@ -21,7 +21,7 @@ jobs:
DOCKER_ORGANIZATION_NAME: memgraph
DOCKER_REPOSITORY_NAME: mgconsole-test
VERSION: ${{ github.event.inputs.version || '0.0.1' }}
FORCE_RELEASE: ${{ github.event.inputs.force_release || 'false' }}
FORCE_RELEASE: ${{ github.event.inputs.force_release || 'true' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 9868f7c

Please sign in to comment.