diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9d77602..f7c752a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: Bump and Release +name: Bump and Publish on: push: branches: @@ -92,6 +92,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: main - name: Publish package to npm id: publish