Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonneal committed Sep 13, 2024
1 parent 30d9736 commit b2e4440
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-jars-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jacksonneal/tagup-ts-standard": patch
---

Test again
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
- run: just ts-standard-install
# - run: |
# cat << EOF > "$HOME/.npmrc"
# @jacksonneal:registry=https://npm.pkg.github.com/
# //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN
# EOF
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
cat << EOF > "$HOME/.npmrc"
@jacksonneal:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN
EOF
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: changesets/action@v1
with:
publish: pnpm publish -r --access restricted --no-git-checks --registry https://npm.pkg.github.com/
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ docs-build:
install:
@pnpm install

version-rc:
@pnpm version prerelease --preid=rc
change:
@pnpm changeset

workspace *args='':
@pnpm workspace $@
Expand Down

0 comments on commit b2e4440

Please sign in to comment.