mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix: check correct version
This commit is contained in:
parent
0955c6fb5c
commit
83f1d05ea3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -163,7 +163,7 @@ jobs:
|
|||
id: is_prerelease
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ needs.prepare.outputs.registry_version }}" == *"-"* ]]; then
|
||||
if [[ "${{ needs.prepare.outputs.version }}" == *"-"* ]]; then
|
||||
echo "value=true" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "value=false" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue