Skip to content

Commit c610272

Browse files
authored
Update release.yaml
1 parent 1e25793 commit c610272

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,14 @@ jobs:
2828
run: node --version
2929

3030
- name: Checkout code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v5
3232
with:
33-
ref: main
33+
token: ${{ secrets.ACCESS_TOKEN }}
3434

3535
- name: Configure Git
3636
run: |
37-
git init
3837
git config --global user.name "apicurio-ci"
3938
git config --global user.email "[email protected]"
40-
git branch --set-upstream-to=origin/main
41-
git pull
42-
echo "#### Listing files ####"
43-
find .
4439
4540
- name: Set release version in package.json
4641
run: |

0 commit comments

Comments
 (0)