Skip to content

Commit fa24cec

Browse files
authored
Update version.yaml
1 parent ce9df4b commit fa24cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "branch exists, checking it out"
3939
git checkout version-updates
4040
fi
41-
jq --arg a "${{ github.event.client_payload.tag }}" '.containers."${{ github.event.client_payload.repo }}".latest = ($a)' workshop.json | jq "." | cat > workshop2.json; mv workshop2.json workshop.json
41+
jq --arg a "${{ github.event.client_payload.tag }}" '.containers."${{ github.event.client_payload.repo }}".latest = ($a)' assets.json | jq "." | cat > assets2.json; mv assets2.json assets.json
4242
cat workshop.json
4343
if [ -z "$(git status --porcelain)" ]; then
4444
echo "no changes detected"

0 commit comments

Comments
 (0)