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