Skip to content

Commit

Permalink
Merge pull request #25 from last9/expressjs-cdk
Browse files Browse the repository at this point in the history
Add working directory to the release action
  • Loading branch information
prathamesh-sonpatki authored Jul 14, 2023
2 parents ea1dfe4 + c73771e commit 94e7143
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 94e7143

Please sign in to comment.