Skip to content

Commit c8fb318

Browse files
authored
Merge pull request #159 from OneSignal/ci-add-install-step
ci: add dependency install step
2 parents 753f6cb + c09d083 commit c8fb318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
node-version: 'lts/*'
2525
registry-url: 'https://registry.npmjs.org'
26+
- name: Install dependencies
27+
run: yarn install --frozen-lockfile
2628
- name: Release
2729
env:
2830
GITHUB_TOKEN: ${{ secrets.GH_WEB_SHIM_PUSH_TOKEN }}
@@ -35,4 +37,4 @@ jobs:
3537
-p @semantic-release/github \
3638
-p @semantic-release/npm \
3739
-p conventional-changelog-conventionalcommits \
38-
semantic-release
40+
semantic-release

0 commit comments

Comments
 (0)