From 4648bf83d582cec543a6a9c3c2fbef1342bdc131 Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 30 Jan 2021 20:04:34 +1100 Subject: [PATCH] Update main.yml --- .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 cae06e7..79e1ef5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: publish-module: name: 'Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}' needs: build - if: github.repository == 'little-state-machine' && (github.ref == 'refs/heads/master') + if: github.repository == 'bluebill1049/little-state-machine' && (github.ref == 'refs/heads/master') runs-on: ubuntu-latest steps: - name: Checkout repo