Skip to content

Commit

Permalink
beta force publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shan57blocks committed Nov 15, 2024
1 parent 7dbd9d5 commit a8b78ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/beta-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Beta NPM Packages Publishing
on:
pull_request:
types: [closed]
branches: ['develop', 'v2', 'solana']
branches: ["develop", "v2", "solana"]
workflow_dispatch:

jobs:
Expand All @@ -22,8 +22,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.13.0
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
registry-url: "https://registry.npmjs.org"
cache: "yarn"

- name: Cache Yarn dependencies
uses: actions/cache@v3
Expand All @@ -46,4 +46,4 @@ jobs:
- name: Publish packages
run: |
yarn lerna:publish:canary --yes
yarn lerna:publish:canary --yes --force-publish

0 comments on commit a8b78ee

Please sign in to comment.