Skip to content

Commit

Permalink
changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Mar 1, 2024
1 parent 367a1c0 commit a794d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
sed -i "s/export const PUBLISHING_VERSION = '.*';/export const PUBLISHING_VERSION = '$version';/" ./tools/config/const.ts
echo "Updated PUBLISHING_VERSION in ./tools/config/const.ts."
- name: Package installation
run: npm ci

- name: Run NPM Commands
run: |
if ! npm run config:update; then
Expand Down

0 comments on commit a794d75

Please sign in to comment.