Skip to content

Commit

Permalink
added workflow!
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Aug 29, 2021
1 parent c31c5ac commit fe8c15f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release notes

on:
release:
types: [ created ]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lakto/gren-action@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
options: '--override'

0 comments on commit fe8c15f

Please sign in to comment.