Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 405837c

Browse files
author
Sujaykumar Hublikar
committed
Update workflow
1 parent e37b230 commit 405837c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- run: rm -rf dist/.git* # delete .git* files
4141
- run: echo ${{ env.RELEASE_VERSION }} >> Release.txt
4242
- run: mv LICENSE LICENSE.txt
43+
- run: sed -i -e 's/REL_VER_NUMBER/${{ env.RELEASE_VERSION }}/g' src/plugin.js
4344

4445
# Build dist
4546
- run: npm run all

0 commit comments

Comments
 (0)