Skip to content

Commit

Permalink
chore: trigger release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Oct 2, 2024
1 parent 41eb403 commit 666f874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ permissions:

on:
push:
tags:
- "v*"

jobs:
release:
Expand Down
10 changes: 5 additions & 5 deletions scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ async function maybePushToSoldeer() {
}

async function main() {
execSync(`yarn build:libraries`, { stdio: "inherit" })
execSync(`yarn clean:cli-templates`)
execSync(`yarn workspaces foreach -A --no-private npm publish --tolerate-republish --access public`, {
stdio: "inherit"
})
// execSync(`yarn build:libraries`, { stdio: "inherit" })
// execSync(`yarn clean:cli-templates`)
// execSync(`yarn workspaces foreach -A --no-private npm publish --tolerate-republish --access public`, {
// stdio: "inherit"
// })

await maybePushToSoldeer()
}
Expand Down

0 comments on commit 666f874

Please sign in to comment.