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 64504a0 commit ad2c3a6Copy full SHA for ad2c3a6
.github/workflows/release.yml
@@ -40,7 +40,13 @@ jobs:
40
run: |
41
make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye-slim arch=${{ matrix.platform.build_arch }}
42
43
+ - uses: mukunku/[email protected]
44
+ id: check-tag
45
+ with:
46
+ tag: api7ee-runtime/${{ env.version }}
47
+
48
- name: Create Release
49
+ if: steps.check-tag.outputs.exists == 'false'
50
uses: actions/create-release@v1
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments