We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e80a8d commit b334612Copy full SHA for b334612
.github/workflows/docker-workflow.yml
@@ -49,7 +49,7 @@ jobs:
49
path: dist/sharp-layer.zip
50
if-no-files-found: error
51
- name: Create release
52
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && steps.vars.outputs.release_exists == 'false' }}
53
id: create_release
54
uses: actions/create-release@v1
55
env:
0 commit comments