diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b66926..7664b0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,17 @@ name: Release +permissions: + actions: write + contents: read + on: push: branches: - release + workflow_run: + workflows: ['test', 'lint'] + types: + - completed concurrency: ${{ github.workflow }}-${{ github.ref }}