Skip to content

Commit 659bc95

Browse files
authored
Merge pull request #235 from omnisat/dev
release
2 parents 5c1ee7b + 85e58bd commit 659bc95

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
uses: actions/checkout@v3
167167
with:
168168
fetch-depth: 0
169+
ref: main
169170

170171
- name: Setup Node.js
171172
uses: actions/setup-node@v3
@@ -253,7 +254,7 @@ jobs:
253254
run: |
254255
git add .
255256
git commit -m "Stable version bump for all changed packages"
256-
git push origin main
257+
git push origin HEAD:main
257258
env:
258259
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
259260

packages/lasereyes-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@omnisat/lasereyes-core",
33
"private": false,
4-
"version": "0.0.35-rc.3",
4+
"version": "0.0.36-rc.4",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
77
"module": "./dist/index.js",

packages/lasereyes-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@omnisat/lasereyes-react",
33
"private": false,
4-
"version": "0.0.28-rc.6",
4+
"version": "0.0.29-rc.7",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
77
"module": "./dist/index.js",

packages/lasereyes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@omnisat/lasereyes",
33
"private": false,
4-
"version": "0.0.105-rc.7",
4+
"version": "0.0.105-rc.8",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)