Skip to content

feat(comps): add helium group (#1280) #15

feat(comps): add helium group (#1280)

feat(comps): add helium group (#1280) #15

Workflow file for this run

name: Push comps updates
on:
push:
branches:
- frawhide
- f39
- f38
- f37
paths:
- comps.xml
workflow_dispatch:
jobs:
update-comps:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:frawhide
steps:
- uses: actions/checkout@v4
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
ver=${branch/f/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
"terra${ver}" comps.xml