Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 22, 2024
1 parent 0b1ef41 commit 10b14cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/scripts/version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/sh
set -ex

find "$HOME" -name ".netrc"
find . -name ".netrc"

rm -f "$HOME/.netrc"
npx changeset version
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
title: New Release
commit: Create new release
publish: npm run release
version: rm $HOME/.netrc && npx changeset version
version: .github/scripts/version.sh
setupGitUser: false

0 comments on commit 10b14cf

Please sign in to comment.