Skip to content

Commit

Permalink
Updated publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Mar 7, 2024
1 parent a4d62f3 commit e160dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
VERSION=`git log -1 --date=format:"%y%m%d%H" --format=%cd-%h|head`
echo "version $VERSION"
"version": "4.1.1"
sed -i -E "s/(version\": \")([0-9]\.[0-9]\.)(.*)(\")/\1\2$VERSION\4/1" package.json
- name: Publish
run: |
Expand Down

0 comments on commit e160dda

Please sign in to comment.