Skip to content

Commit

Permalink
fix: last commit, but in main.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerke committed Jun 13, 2024
1 parent aaf1d28 commit d2bfa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
npm ci
npm uninstall -g @angular/cli
npm install -g @angular/cli
npm install -g @angular/cli@12
- name: Set Version
run: sed -i "s/\[ci-version\]/${GITHUB_REF##*/}-$GITHUB_RUN_NUMBER/g" ./version.ts
- name: Build Library
Expand Down

0 comments on commit d2bfa5a

Please sign in to comment.