Skip to content

Commit

Permalink
mebbe
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 6, 2024
1 parent b4b5d7f commit ea9634a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
# Cut a new release
- run: |
export VERSION=$(git describe --tags --match=v*)
cd vendor-json-repo
echo "${{ secrets.VENDOR_JSON_REPO_PUSH_TOKEN }}" > token.txt
gh auth login --with-token < token.txt
gh pr create --repo PhotonVision/vendor-json-repo --title "Update PhotonLib to asdf" --body "Automatic vendor JSON update" --base main --head $(git branch --show-current)
working-directory: vendor-json-repo
rm token.txt
gh pr create --repo wpilibsuite/vendor-json-repo --title "Update PhotonLib to $VERSION" --body "Automatic vendor JSON update" --base main --head $(git branch --show-current)

0 comments on commit ea9634a

Please sign in to comment.