Skip to content

Commit b334612

Browse files
committed
Updated gh action
1 parent 9e80a8d commit b334612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: dist/sharp-layer.zip
5050
if-no-files-found: error
5151
- name: Create release
52-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
52+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && steps.vars.outputs.release_exists == 'false' }}
5353
id: create_release
5454
uses: actions/create-release@v1
5555
env:

0 commit comments

Comments
 (0)