Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
realslimsutton committed Jul 13, 2024
1 parent f470f34 commit 5ec2f9d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,13 @@ jobs:
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md

deploy-production:
needs: update-changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: steps.auto-commit-action.outputs.commit_hash
- uses: oven-sh/setup-bun@v2
- name: Install Vercel CLI
run: bun install -g vercel@latest
Expand Down

0 comments on commit 5ec2f9d

Please sign in to comment.