rename `release_date` input parameter into `new_tag`

This commit is contained in:
kifir23917 2024-07-01 20:52:31 +03:00 committed by GitHub
parent 4d99842dcf
commit e8b36f0d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- uses: ./ext/rusefi/.github/workflows/custom-board-build
with:
release_date: ${{steps.set-variables.outputs.release_date}}
new_tag: ${{steps.set-variables.outputs.release_date}}
artifacts: bin srec hex list map elf bundle autoupdate
uploads: ini ${{steps.set-variables.outputs.upload}}
push: ${{steps.set-variables.outputs.push}}