We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b0611 commit 8fb91caCopy full SHA for 8fb91ca
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: yarn build:rollup
43
44
release:
45
- if: github.ref == 'master'
+ if: github.ref == 'refs/heads/master'
46
needs: build
47
name: Release
48
runs-on: ubuntu-latest
0 commit comments