Skip to content

Commit 1607db7

Browse files
committed
fix spacing
1 parent 8886d43 commit 1607db7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: release
6161
steps:
62-
- uses: actions/github-script@v3
62+
- uses: actions/checkout@v2
6363
- id: tagging
64+
uses: actions/github-script@v3
6465
with:
6566
github-token: ${{secrets.GITHUB_TOKEN}}
6667
script: |

0 commit comments

Comments
 (0)