Skip to content

Commit d472fe3

Browse files
committed
fix indentation error
1 parent aa0b58f commit d472fe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
fi
5858
5959
- name: Create and push git tags
60+
id: create_tags
6061
run: |
6162
git config user.name "github-actions[bot]"
6263
git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -111,4 +112,4 @@ jobs:
111112
draft: false
112113
prerelease: false
113114
env:
114-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)