Skip to content

Commit ed219ba

Browse files
committed
fix: ci failed to create tag
1 parent 64504a0 commit ed219ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: Release
1313
timeout-minutes: 60
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
platform:
1718
- runner: ubuntu-22.04
@@ -40,7 +41,13 @@ jobs:
4041
run: |
4142
make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye-slim arch=${{ matrix.platform.build_arch }}
4243
44+
- uses: mukunku/[email protected]
45+
id: check-tag
46+
with:
47+
tag: api7ee-runtime/${{ env.version }}
48+
4349
- name: Create Release
50+
if: steps.check-tag.outputs.exists == 'false'
4451
uses: actions/create-release@v1
4552
env:
4653
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)