Skip to content

Commit

Permalink
further fixes to the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Nov 6, 2023
1 parent 7167918 commit edea41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git checkout -b release/$NEW_VERSION
sed -i '/^var ver =/c\var ver = "$NEW_VERSION"' ./src/main.go
git add version.json main.go
git add version.json ./src/main.go
git commit -m "Release extension version $NEW_VERSION"
git push --set-upstream origin release/$NEW_VERSION
Expand Down

0 comments on commit edea41a

Please sign in to comment.