Skip to content

Commit 42cc4b1

Browse files
ci: fix release script
1 parent 5c145a5 commit 42cc4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v3
1112
- name: Checkout and Set Git User
12-
uses: actions/checkout@v3
1313
run: |
1414
git config --global user.name "Brandon Bothell"
1515
git config --global user.email "bothellbrandon@gmail.com"

0 commit comments

Comments
 (0)