Skip to content

Commit

Permalink
Create bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt M committed Nov 7, 2024
1 parent f14f1c1 commit 8e4c7ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 101 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/bazel.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: bump

on:
repository_dispatch:

jobs:
bump:
if: github.event_name == 'repository_dispatch' && github.event.action == 'tag'
runs-on: ubuntu-latest
steps:
- name: Information
run: |
echo "Version update for ${{ github.event.client_payload.package_version }}, job id ${{ github.event.client_payload.run_id }} requested"
- uses: actions/checkout@v4

- name: Download artifact
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
run_id: ${{ github.event.client_payload.run_id }}
repo: PhotonVision/photonvision

- run: find .
66 changes: 0 additions & 66 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 8e4c7ed

Please sign in to comment.