Rename CI workflow 'ref' inputs to 'target'

This commit is contained in:
peelz
2023-05-27 21:48:46 -04:00
parent c6b9c753fe
commit 5e84d65cdc
9 changed files with 17 additions and 15 deletions

View File

@@ -81,6 +81,6 @@ jobs:
if: ${{ needs.check-if-release-needed.outputs.has-new-commits == 'true' }}
uses: ./.github/workflows/publish-release.yml
with:
ref: ${{ github.event.ref }}
target: ${{ github.event.ref }}
tag: nightly
prerelease: true