Skip to content

Commit 92d638b

Browse files
fix: more update readme testing (#599)
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 387130f commit 92d638b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ jobs:
8585
[[ "${{ github.event.inputs.dry-run-enabled }}" == true && ! -f VERSION ]] && echo -n "0.0.0-latest" > VERSION
8686
echo "version=$(cat VERSION | tr -d '[:space:]')" | tee -a ${GITHUB_OUTPUT}
8787
88+
verify-version-output:
89+
name: Verify Version Output
90+
runs-on: solo-linux-medium
91+
needs: prepare-release
92+
steps:
93+
- name: Verify version output
94+
env:
95+
VERSION: ${{ needs.prepare-release.outputs.version }}
96+
run: echo "VERSION=${VERSION}"
97+
8898
update-readme:
8999
name: "Update README.md"
90100
uses: ./.github/workflows/flow-update-readme.yaml

0 commit comments

Comments
 (0)