From 86713b610c6ce103c8b4bdef7ad9be178651f0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Pazos?= Date: Mon, 30 Sep 2024 09:33:23 -0300 Subject: [PATCH] test running releases --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d9108ad..91804bd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,8 @@ jobs: deploy: needs: package runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + # TODO: testing in PR + # if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3 - name: Download package artifacts @@ -126,4 +127,5 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Run goreleaser - run: curl -sfL https://goreleaser.com/static/run | bash + # TODO: currently dry running + run: curl -sfL https://goreleaser.com/static/run | bash -s -- --clean --skip-publish --snapshot