Skip to content

Commit

Permalink
feat: github action support
Browse files Browse the repository at this point in the history
  • Loading branch information
kiririx committed Dec 7, 2024
1 parent 7f5a815 commit 438f3d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Create Release

permissions:
contents: write
issues: write
pull-requests: write

on:
push:
branches: [ master ]
Expand Down

0 comments on commit 438f3d1

Please sign in to comment.