Skip to content

Commit

Permalink
Merge pull request #3 from Cattttttttt/ci/add-post-actions
Browse files Browse the repository at this point in the history
ci: add release-post.yml
  • Loading branch information
NotEvenANeko authored May 1, 2022
2 parents 3a441b7 + 20deb8f commit 0ca5b95
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-post.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release post

on:
push:
branches:
- post

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: fnkr/github-action-ghr@v1
env:
GHR_COMPRESS: gz
GHR_PATH: ./
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0ca5b95

Please sign in to comment.