Skip to content

Commit

Permalink
Release on tag pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Nov 12, 2024
1 parent 320c156 commit 187ec94
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 187ec94

Please sign in to comment.