Skip to content

Commit

Permalink
chore: add release:dry
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Oct 2, 2024
1 parent 398d645 commit 3c67884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Release It 🚀
run: yarn workspace react-native-render-html ci:release
run: yarn workspace react-native-render-html release:ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion packages/render-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"build:defs": "api-extractor run --local --verbose",
"prepack": "yarn run prepack:readme && yarn run build",
"prepack:readme": "./scripts/prepack.sh",
"ci:release": "release-it --ci --no-git.requireUpstream"
"release:ci": "release-it --ci --no-git.requireUpstream",
"release:dry": "release-it --dry --no-git.requireUpstream"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
Expand Down

0 comments on commit 3c67884

Please sign in to comment.