Skip to content

Commit

Permalink
Add github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceway committed Jul 19, 2023
1 parent 01d5824 commit 5bb08af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release

on:
push:
tags:
- 'v*'

jobs:
release:
name: 'Release'
runs-on: 'ubuntu-latest'

steps:
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false

0 comments on commit 5bb08af

Please sign in to comment.