Skip to content

Commit

Permalink
Stop using detsys-ts branch for flakehub-push
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed May 1, 2024
1 parent eeed8d8 commit a46b7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ steps.tagfetch.outputs.tag }}

- name: Release to FlakeHub
uses: DeterminateSystems/flakehub-push@detsys-ts
uses: DeterminateSystems/flakehub-push@main
with:
mirror: true
visibility: public
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
ref: ${{ matrix.branch }}

- name: Release to FlakeHub
uses: DeterminateSystems/flakehub-push@detsy-ts
uses: DeterminateSystems/flakehub-push@main
with:
mirror: true
visibility: public
Expand Down

0 comments on commit a46b7fa

Please sign in to comment.