Skip to content

Commit 099c88e

Browse files
authored
Remove gh-action-releaser (#2119)
## Description See PhotonVision/photon-image-modifier#77 ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2 - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added
1 parent 1ee2ecb commit 099c88e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -556,17 +556,6 @@ jobs:
556556
**/photonlib*.json
557557
**/photonlib*.zip
558558
if: github.event_name == 'push'
559-
# Upload all jars and xz archives
560-
- uses: softprops/[email protected]
561-
with:
562-
files: |
563-
**/*.xz
564-
**/*.jar
565-
**/photonlib*.json
566-
**/photonlib*.zip
567-
if: startsWith(github.ref, 'refs/tags/v')
568-
env:
569-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
570559
- name: Create Vendor JSON Repo PR
571560
uses: wpilibsuite/vendor-json-repo/.github/actions/add_vendordep@main
572561
with:

0 commit comments

Comments
 (0)