From b9c7dd064778e5af7b319e1c5f4047eacfd65e9f Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 19:54:40 -0600 Subject: [PATCH] test workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb49779..ccbfcf5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: --extra-experimental-features nix-command \ --extra-experimental-features flakes .#${{ matrix.package_name }} - name: Upload bundle to release - if: github.ref == 'master' && steps.build.outcome == 'success' + if: github.ref == 'master' uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }}