Skip to content

Commit

Permalink
fix(ci): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
asieduernest12 committed Dec 24, 2024
1 parent 010f3ee commit 15defa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config --global user.name "gh-action"
npm run release
. action.sh
make build@latest
git push --follow-tags origin HEAD
- name: Read version from package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-plasmo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
git config --global user.name "gh-action"
npm run release && head -n10 CHANGELOG.md
. action.sh
make build@latest

0 comments on commit 15defa4

Please sign in to comment.