Skip to content

Commit

Permalink
lala
Browse files Browse the repository at this point in the history
  • Loading branch information
hathbanger committed Oct 12, 2024
1 parent 3e039b4 commit 8bcb16b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Ensure full history is fetched so changesets can check other branches

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down Expand Up @@ -42,6 +44,10 @@ jobs:
run: |
pnpm changeset add --empty --force --message "chore: auto-bump lasereyes version"
# Fetch all branches for changeset to properly check
- name: Fetch all branches
run: git fetch --all

# Check if already in pre-release mode on dev
- name: Check pre-release mode
run: |
Expand Down
2 changes: 2 additions & 0 deletions packages/lasereyes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ If you find Lasereyes useful or use it for work, please consider [sponsoring Las





0 comments on commit 8bcb16b

Please sign in to comment.