Skip to content

Commit

Permalink
fix: ci failed to create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Dec 12, 2024
1 parent 64504a0 commit ad2c3a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ jobs:
run: |
make package type=deb app=api7ee-runtime runtime_version=${version} image_base=debian image_tag=bullseye-slim arch=${{ matrix.platform.build_arch }}
- uses: mukunku/[email protected]
id: check-tag
with:
tag: api7ee-runtime/${{ env.version }}

- name: Create Release
if: steps.check-tag.outputs.exists == 'false'
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ad2c3a6

Please sign in to comment.