From 823455cf78cf8a8ba69b7a6805e7b242a0cedd23 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Mon, 5 Feb 2024 10:34:06 -0500 Subject: [PATCH] Going To Disable The Releases For Now... I don't really know how to roll them with a static site like this. --- .forgejo/workflows/build.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e51869f..6aba9fc 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -58,20 +58,20 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Extract Binary For Release - uses: https://github.com/moosetheory/actions-docker-extract@v3.1 - id: extract - if: startsWith(github.ref, 'refs/tags/') - with: - shell_command: /bin/ash -c - image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} - path: /usr/share/nginx/html - destination: dist - - name: Create a Release - uses: https://forgejo.merr.is/actions/forgejo-release@alpinev1 - if: startsWith(github.ref, 'refs/tags/') - with: - direction: upload - release-dir: dist - token: ${{ secrets.ADMIN_TOKEN }} + # - name: Extract Binary For Release + # uses: https://github.com/moosetheory/actions-docker-extract@v3.1 + # id: extract + # if: startsWith(github.ref, 'refs/tags/') + # with: + # shell_command: /bin/ash -c + # image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} + # path: /usr/share/nginx/html + # destination: dist + # - name: Create a Release + # uses: https://forgejo.merr.is/actions/forgejo-release@alpinev1 + # if: startsWith(github.ref, 'refs/tags/') + # with: + # direction: upload + # release-dir: dist + # token: ${{ secrets.ADMIN_TOKEN }}