Skip to content

Commit

Permalink
feat: add release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Aug 23, 2024
1 parent 9cb5b8a commit 1570d4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
create-release:
runs-on: ubuntu-latest
Expand All @@ -13,6 +16,5 @@ jobs:
- run: make build
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build.tar.gz
files: build.tar.gz

0 comments on commit 1570d4c

Please sign in to comment.