Skip to content

Commit

Permalink
Merge pull request #183 from chargebee/bl6-upgrade
Browse files Browse the repository at this point in the history
feat: update secret name
  • Loading branch information
cb-haripriyan authored Jul 20, 2024
2 parents 66e64b9 + 762c988 commit 1bb1a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ jobs:
npm config set //registry.npmjs.com/:_authToken=$NPM_TOKEN
npm config list
env:
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN }}
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_1 }}
- name: Yarn Tests
run: yarn test
- name: Pre-Release package
if: github.ref == 'refs/heads/next'
run: npm run release -- --ci --preRelease=beta -VV
env:
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN }}
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_1 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release package
if: github.ref == 'refs/heads/master'
run: npm run release -- --ci -VV
env:
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN }}
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN_1 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create PR for package.json and changelogs
run: |
Expand Down

0 comments on commit 1bb1a4a

Please sign in to comment.