Skip to content

Commit 0da1a34

Browse files
committed
Update versions.json workflow fix.
1 parent ee56f13 commit 0da1a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 0
19+
ref: master
1920

2021
- name: Use Node.js
2122
uses: actions/setup-node@v3
@@ -69,7 +70,7 @@ jobs:
6970
run: |
7071
git config --local user.email "[email protected]"
7172
git config --local user.name "GitHub Action"
72-
git pull origin master --rebase
73+
git pull --rebase origin master
7374
git push origin master
7475
7576
build:

0 commit comments

Comments
 (0)