Skip to content

Commit

Permalink
chore: publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Nov 14, 2023
1 parent bc8afd5 commit 95d62ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- "main"

concurrrency: ${{ github.workflow }}-${{ github.ref}}
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
build:
Expand All @@ -23,4 +23,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: yarn run build
publish: yarn release
env: # More info about the environment variables in the README
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"scripts": {
"build": "tsc && vite build",
"release": "tsc && vite build && changesets publish",
"commitizen": "cz",
"lint": "eslint \"**/*.{ts,js}\"",
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix",
Expand Down

0 comments on commit 95d62ab

Please sign in to comment.