Skip to content

Commit

Permalink
chore: simplify flow - use input tag directly
Browse files Browse the repository at this point in the history
  • Loading branch information
rud committed Aug 23, 2024
1 parent 8d0caf9 commit 141b852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
echo "must be of schema: vX.X.X"
exit 1
fi
echo "input=${INPUT}" >> "$GITHUB_OUTPUT"
- name: Get Latest ZITADEL Release Version
id: latest-tag
Expand All @@ -45,7 +44,7 @@ jobs:
- name: Decide on Target ZITADEL Version
id: target-zitadel-version
run: |
INPUT=${{ steps.check-input.outputs.input }}
INPUT=${{ github.event.inputs.tag }}
LATEST=${{ steps.latest-tag.outputs.tag }}
TARGET_ZITADEL_VERSION=${INPUT:-${LATEST}}
echo "input tag: ${INPUT}"
Expand Down

0 comments on commit 141b852

Please sign in to comment.