Skip to content

Commit

Permalink
chore: updates release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-haripriyan committed Dec 12, 2023
1 parent 42e4566 commit ba93087
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- master
- next
paths-ignore:
- 'CHANGELOG.md'
- 'package-lock.json'
- 'package.json'
jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release package
if: github.ref == 'refs/heads/master'
run: npm run release -- --ci -VV
run: npm run release -- --ci --dry-run -VV
env:
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ba93087

Please sign in to comment.