Skip to content

Commit ad2c3a6

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ jobs:
4040
run: |
4141
make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye-slim arch=${{ matrix.platform.build_arch }}
4242
43+
- uses: mukunku/[email protected]
44+
id: check-tag
45+
with:
46+
tag: api7ee-runtime/${{ env.version }}
47+
4348
- name: Create Release
49+
if: steps.check-tag.outputs.exists == 'false'
4450
uses: actions/create-release@v1
4551
env:
4652
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)