Skip to content

Commit

Permalink
Merge pull request #20 from VeyronSakai/ci/release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
VeyronSakai authored Apr 27, 2024
2 parents 4536432 + 674e89f commit 7381a9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ jobs:
dotnet-version: "7.0.x"
- name: Create pull request and merge
if: ${{ steps.commit-package-json.outputs.committed == 'true' }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh pr create --title "Update files for release" --body "Update files for release" --base main --head "${SOURCE_BRANCH}"
gh pr merge "${SOURCE_BRANCH}" --auto --merge
gh pr merge "${SOURCE_BRANCH}" --merge --admin
release:
name: Release
Expand Down

0 comments on commit 7381a9e

Please sign in to comment.