Skip to content

Commit

Permalink
CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 6, 2024
1 parent 717d5f8 commit ef19bf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
tags:
- 'v4**'

concurrency:
cancel-in-progress: true
group: publish-release-${{ github.ref_name }}

env:
IS_CI: true
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
Expand Down

0 comments on commit ef19bf7

Please sign in to comment.