mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix versioning.yml
This commit is contained in:
parent
b416965cd8
commit
2067571f1f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/versioning.yml
vendored
5
.github/workflows/versioning.yml
vendored
|
@ -8,8 +8,9 @@ jobs:
|
|||
actions-tagger:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: Actions-R-Us/actions-tagger@latest
|
||||
with:
|
||||
publish_latest_tag: true
|
||||
env:
|
||||
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
|
||||
with:
|
||||
- publish_latest_tag: true
|
||||
|
|
Loading…
Reference in a new issue