diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1a980f..6304e0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,20 +1,14 @@ name: Create Artifact on: - # Runs on pushes targeting the default branch push: tags: ["v*"] -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read - pages: write - id-token: write + contents: write -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: - group: "pages" + group: "release" cancel-in-progress: false jobs: