Skip to content

Commit

Permalink
feat: relase
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Oct 3, 2021
1 parent 872e1da commit 505901a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
- name: pnpm Build
run: pnpm install --frozen-lockfile
- run: pnpm publish --tag=next --filter=\"@frontendara/*\"
- run: pnpm publish --tag=next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions gh-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TODO: extract rc number?
gh release create v0.0.0-rc.9 --notes "" --title ""

0 comments on commit 505901a

Please sign in to comment.