We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d82d0f commit 1fd6d87Copy full SHA for 1fd6d87
.github/workflows/npm-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
publish:
21
needs: dry-run
22
- if: github.event.pull_request.merged == true && github.head_ref == 'main'
+ if: github.event.pull_request.merged == true && github.ref == 'refs/heads/main'
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
0 commit comments