Skip to content

Commit

Permalink
Merge pull request #239 from omnisat/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
hathbanger authored Nov 3, 2024
2 parents 1e3b9e2 + 6ab71f5 commit 8ee5ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,8 @@ jobs:
git config --global user.name "GitHub Action"
git add .
git commit -m "Stable version bump for all changed packages"
git checkout main # Explicitly checkout main branch
git branch --set-upstream-to=origin/main main # Ensure tracking is set
git push origin main # Push directly to main
git checkout main # Ensure you're on the correct branch
git push origin main:refs/heads/main # Use the explicit refspec
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes",
"private": false,
"version": "0.0.108-rc.11",
"version": "0.0.109-rc.11",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 8ee5ac7

Please sign in to comment.