Skip to content

Commit

Permalink
Merge pull request #3 from yscik/add/release-script
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik authored Sep 11, 2023
2 parents f19ba14 + 42412c5 commit 7140f12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Install PHP dependencies
run: composer install --no-ansi --no-interaction --prefer-dist --no-progress
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run release:create ${{ github.event.number }}

0 comments on commit 7140f12

Please sign in to comment.