Skip to content

Commit 77a188e

Browse files
darorasoedirgo
authored andcommitted
fix: update version before minified output is generated
this ensures that the files served by CDN networks based on minified files published report the correct version, rather than the placeholder '0.0.0'.
1 parent 5dd060c commit 77a188e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- run: |
2727
npm ci
28+
npx semantic-release --plugins 'semantic-release-plugin-update-version-in-files'
2829
npm run build
2930
3031
- name: Create a release

0 commit comments

Comments
 (0)