Skip to content

Commit 5accfb9

Browse files
authored
Update missed references to workshop.json
1 parent 7263fc5 commit 5accfb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git checkout version-updates
4040
fi
4141
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
42-
cat workshop.json
42+
cat assets.json
4343
if [ -z "$(git status --porcelain)" ]; then
4444
echo "no changes detected"
4545
echo "changes=false" >> "$GITHUB_OUTPUT"
@@ -77,4 +77,4 @@ jobs:
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
run: |
80-
gh pr create --base main --head version-updates --assignee jimboid --title "Update to workshop.json" --body "Update ${{ github.event.client_payload.repo }} version to ${{ github.event.client_payload.tag }}"
80+
gh pr create --base main --head version-updates --assignee jimboid --title "Update to assets.json" --body "Update ${{ github.event.client_payload.repo }} version to ${{ github.event.client_payload.tag }}"

0 commit comments

Comments
 (0)