mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -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:
|
actions-tagger:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- uses: Actions-R-Us/actions-tagger@latest
|
- uses: Actions-R-Us/actions-tagger@latest
|
||||||
|
with:
|
||||||
|
publish_latest_tag: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
|
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
|
||||||
with:
|
|
||||||
- publish_latest_tag: true
|
|
||||||
|
|
Loading…
Reference in a new issue