Skip to content

Commit

Permalink
GO-165 Add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
lucirezac committed Mar 26, 2024
1 parent 80bb10a commit 6849f64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: GO-165_create-release-workflow

env:
# VERSION: v1.2.2 # ${{ github.event.release.tag_name }}
WORKDIR: release
GITHUB_TOKEN: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }}

Expand All @@ -24,6 +25,9 @@ jobs:
with:
path: ${{ env.WORKDIR }}

- name: Install npm
run: npm i

- name: Create pull request
run: npm run cdn-pr

Expand Down

0 comments on commit 6849f64

Please sign in to comment.