1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00

add .github/workflows/release.yml

This commit is contained in:
Henrik Hautakoski 2026-02-08 02:00:02 +01:00
parent 564c8799a4
commit 8adb2f1d52

18
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Create release
on:
push:
tags: ["*"]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
permissions:
contents: write
id-token: write
attestations: write
jobs:
release:
uses: tree-sitter/workflows/.github/workflows/release.yml@main