Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jun 19, 2024
1 parent 7a532c7 commit b9be23c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: ["main"]
branches: ["chore/test-rp-2"]
pull_request:
types: [opened, synchronize]

Expand All @@ -16,6 +16,7 @@ jobs:
id: rp
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: chore/test-rp-2
release-values:
name: "Release values"
needs: [release-please]
Expand Down Expand Up @@ -66,11 +67,13 @@ jobs:

- name: PrePublish SDK
run: pnpm --filter @monerium/sdk pub:pre
# run: pnpm --filter @monerium/sdk publish --access public
if: ${{ needs.release-please.outputs.data['packages/sdk--release_created'] }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: PrePublish React Provider
run: pnpm --filter @monerium/sdk-react-provider pub:pre
# run: pnpm --filter @monerium/sdk-react-provider publish --access public
if: ${{ needs.release-please.outputs.data['packages/sdk-react-provider--release_created'] }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit b9be23c

Please sign in to comment.