Skip to content

Commit

Permalink
Add working directory to the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chtushar committed Jul 14, 2023
1 parent f1b341d commit c73771e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-cdk-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: 🗂️ Change Directory
run: cd js/express

- name: 📦 Install dependencies
working-directory: ./js/express
run: npm install --frozen-lockfile

- name: 👷 Build
working-directory: ./js/express
run: npm run build

- name: 🚀 Publish release
working-directory: ./js/express
if:
startsWith(github.ref, 'refs/tags/') &&
contains(github.event.release.tag_name, '@last9/cdk-express-js')
Expand Down

0 comments on commit c73771e

Please sign in to comment.