Skip to content

Commit 5ef842c

Browse files
authored
fix: actions tagger warning (#4)
1 parent d007929 commit 5ef842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: Actions-R-Us/actions-tagger@latest
1212
with:
13-
publish_latest: true
13+
publish_latest_tag: true
1414
env:
1515
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

0 commit comments

Comments
 (0)