summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-06 04:08:21 -0400
committerseth <[email protected]>2024-07-06 04:12:41 -0400
commit1b74fd04fde23753f4463fa9d2398ea010794ac5 (patch)
tree94b29a63f80aba62a59e49f865df21db0b4b43f4 /.github
parent9a9a498d262a26e2bb8ae5e078022b7996c6263e (diff)
ci: temporarily disable flakestry push
it doesn't work for rolling releases
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yaml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index b5b5d4d..6b140c5 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -26,21 +26,21 @@ jobs:
visibility: "public"
rolling: true
- flakestry:
- name: Flakestry
+ #flakestry:
+ # name: Flakestry
- runs-on: ubuntu-latest
+ # runs-on: ubuntu-latest
- permissions:
- id-token: write
+ # permissions:
+ # id-token: write
- steps:
- - name: Get version
- id: get-version
- run: |
- echo "version=v0.1.$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
+ # steps:
+ # - name: Get version
+ # id: get-version
+ # run: |
+ # echo "version=v0.1.$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
- - name: Publish to flakestry.dev
- uses: flakestry/flakestry-publish@main
- with:
- version: ${{ steps.get-version.outputs.version }}
+ # - name: Publish to flakestry.dev
+ # uses: flakestry/flakestry-publish@main
+ # with:
+ # version: ${{ steps.get-version.outputs.version }}