Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebGerman committed Jan 13, 2025
1 parent b1c1b15 commit 2cf0304
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,25 +105,6 @@ jobs:
body: "This pull request merges the release changes back into master."
base: master

- name: Install GitHub CLI
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
- name: Approve pull request
run: |
PR_NUMBER=$(jq -r '.pull_request.number' < $GITHUB_EVENT_PATH)
gh pr review $PR_NUMBER --approve
# - name: Merge pull request
# run: |
# PR_NUMBER=$(jq -r '.pull_request.number' < $GITHUB_EVENT_PATH)
# gh pr merge $PR_NUMBER --squash --delete-branch
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build and release
run: |
cd packages/changed-elements-react
Expand Down

0 comments on commit 2cf0304

Please sign in to comment.