From 0a60b3ebb2330f19632a7d69f9de0235bb854404 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Tue, 11 Aug 2020 20:01:50 +0200 Subject: [PATCH] Fabric Snapshots --- .github/workflows/branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index ce880632b..3934f73ce 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -27,4 +27,4 @@ jobs: run: ./gradlew publishSnapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ github.ref == 'fabric/master' }} + if: github.ref == ‘refs/heads/fabric/master’