Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/bun-pver-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ jobs:
- run: npm install -g pver
- run: bun install --frozen-lockfile
- run: bun run build
- run: pver release
- run: pver release --no-commit
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TSCIRCUIT_BOT_GITHUB_TOKEN }}
GIT_USER_NAME: "tscircuitbot"
GIT_USER_EMAIL: "tscircuitbot@users.noreply.github.com"
- run:
git add package.json
git commit -m "asd"
# create PR
- run:
gh pr create --auto merge # with checks
# - name: Trigger upstream repo updates
# if: env.UPSTREAM_REPOS && env.PACKAGE_NAMES
# run: |
Expand All @@ -44,4 +50,4 @@ jobs:
# "https://api.github.com/repos/tscircuit/$repo/actions/workflows/update-package.yml/dispatches" \
# -d "{\"ref\":\"main\",\"inputs\":{\"package_names\":\"${{ env.PACKAGE_NAMES }}\"}}"
# fi
# done
# done
4 changes: 3 additions & 1 deletion .github/workflows/wait-and-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
push:
branches: [main]
skip:
title: "version bump:"

jobs:
wait-and-complete:
Expand All @@ -14,4 +16,4 @@ jobs:
run: sleep 30

- name: Complete successfully
run: echo "Workflow completed successfully!"
run: echo "Workflow completed successfully!"