Skip to content

Commit 8886d43

Browse files
committed
fix spacing
1 parent ca60be3 commit 8886d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- uses: actions/github-script@v3
6363
- id: tagging
6464
with:
65-
github-token: ${{secrets.GITHUB_TOKEN}}
66-
script: |
65+
github-token: ${{secrets.GITHUB_TOKEN}}
66+
script: |
6767
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
6868
const latestRelease = await github.issues.addLabels({
6969
owner,

0 commit comments

Comments
 (0)