Skip to content

Commit 7baab4c

Browse files
committed
fix wrong key name
1 parent 196806a commit 7baab4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Bump version and push tag
3636
id: tag_version
3737
uses: anothrNick/github-tag-action@1.55.0
38-
with:
38+
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
DRY_RUN: ${{ github.event.inputs.autoTag == 'false' }}
4141
WITH_V: true

0 commit comments

Comments
 (0)