Skip to content

Commit

Permalink
no git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed Mar 12, 2022
1 parent 708f8b5 commit ce6785d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Published Packages includes redocusaurus?
if: steps.changesets.outputs.published == 'true'
- name: New redocusaurus release
run: |
yarn workspace redocusaurus exec "sh $PWD/scripts/release.sh" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:website": "yarn workspace redocusaurus-website run dev",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "yarn lint --fix",
"release": "yarn build:packages && changeset publish",
"release": "yarn build:packages && changeset publish --no-git-tag",
"start": "yarn build && yarn workspace redocusaurus-website run start",
"test": "echo \"Error: no test specified\" && exit 1",
"version": "changeset version && yarn install --no-immutable && sh scripts/combine-changelog.sh",
Expand Down

1 comment on commit ce6785d

@vercel
Copy link

@vercel vercel bot commented on ce6785d Mar 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.