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 037b72d commit 227ae44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/sh
set -ex

find "$HOME" -name ".netrc"
find . -name ".netrc"
printf 'machine github.com\nlogin gw2treasures-release-bot[bot]\npassword %s\n' "$GITHUB_TOKEN" > "$HOME/.netrc"

rm -f "$HOME/.netrc"
npx changeset version

0 comments on commit 227ae44

Please sign in to comment.