Skip to content

Commit

Permalink
Merge branch 'main' into ops-2362/app-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
rajohnson90 authored Nov 8, 2024
2 parents f2efa61 + 63d6607 commit 5ba16bc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies
working-directory: ./frontend
run: bun install

# Install and cache NPM dependencies
- uses: ./.github/actions/setup-javascript

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./frontend
working-directory: frontend
run: bun run semantic-release

0 comments on commit 5ba16bc

Please sign in to comment.