Skip to content

Commit

Permalink
chore: update beta release action to use colon
Browse files Browse the repository at this point in the history
  • Loading branch information
timrombergjakobsson committed Dec 13, 2024
1 parent fafe9c7 commit 2906199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: npm install @scania/tegel@${{ needs.beta-release-core.outputs.version }} --save-dev

- name: Angular-17 - Run build
run: npm run build-angular-17
run: npm run build:angular-17

- name: Check if Angular-17 version already exists
id: check-version
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
run: npm install

- name: Build Angular package
run: npm run build-angular
run: npm run build:angular

- name: Check if Angular version already exists
id: check-version
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
run: npm install

- name: Build React package
run: npm run build-react
run: npm run build:react

- name: Check if React version already exists
id: check-version
Expand Down

0 comments on commit 2906199

Please sign in to comment.