Skip to content

Commit

Permalink
Merge pull request #3 from ksgnextuple/development
Browse files Browse the repository at this point in the history
Added GitHub Token
  • Loading branch information
ksgnextuple authored May 27, 2022
2 parents a616ab5 + fc4f8e4 commit 4afef17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-flow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: RELEASE

on:
push:
branches:
- master
jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: rymndhng/release-on-push-action@master
Expand Down

0 comments on commit 4afef17

Please sign in to comment.