Skip to content

Commit

Permalink
release: v1.2.5-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
sujii committed Jan 11, 2025
1 parent 40e105b commit fc48246
Show file tree
Hide file tree
Showing 5 changed files with 6,103 additions and 4,815 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '*'
- 'v*'

jobs:
release:
Expand All @@ -24,12 +24,12 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn install --refresh-lockfile
run: yarn install --mode=update-lockfile

- name: Build Project
run: yarn exec tsc --allowUnreachableCode --noCheck --project ./tsconfig.json

- name: Publish to npm
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secret.AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
//npm.pkg.github.com/:_authToken=${GITHUB_AUTH_TOKEN}
Loading

0 comments on commit fc48246

Please sign in to comment.