Skip to content

Commit

Permalink
ci: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime authored and amaanq committed Nov 9, 2024
1 parent 9edc915 commit 3c61bfc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create release

on:
push:
tags: ["*"]

concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true

permissions:
contents: write
id-token: write

jobs:
release:
uses: tree-sitter/workflows/.github/workflows/release.yml@main

0 comments on commit 3c61bfc

Please sign in to comment.