You've already forked wakapi-readme-stats
This commit is contained in:
13
.github/workflows/publish_release.yml
vendored
Normal file
13
.github/workflows/publish_release.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Publish release
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
|
||||||
Reference in New Issue
Block a user