Skip to content

Commit 3588530

Browse files
authored
Merge pull request #4224 from AzureAD/release-staging
Install before beachball:release
2 parents 213b50a + aec6db9 commit 3588530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ jobs:
7777
npm install
7878
rm .npmrc
7979
80+
- name: Update package-locks
81+
run: npm install
82+
8083
- name: Create Github Releases and Discussions
8184
env:
8285
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN}}
8386
run: npm run beachball:release
8487

85-
- name: Update package-locks
86-
run: npm install
87-
8888
- name: Get release date
8989
id: release-date
9090
run: echo "::set-output name=date::$(node release-scripts/getReleaseDate.js)"

0 commit comments

Comments
 (0)