Skip to content

Commit

Permalink
hopefully fix version in published js
Browse files Browse the repository at this point in the history
  • Loading branch information
bozdoz committed Jan 1, 2023
1 parent 5359e9f commit 5e52487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new-version-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
for file in *.js; do
minify $file > $(basename $file .js).min.js;
done
TAG="${{ github.ref_name }}"
sed -i "s/{{VERSION}}/${TAG}/g" construct-leaflet-map.min.js;
- run: |
cd /repo
Expand Down

0 comments on commit 5e52487

Please sign in to comment.