We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550260a commit b333a48Copy full SHA for b333a48
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
needs: [build, meta]
131
runs-on: ubuntu-latest
132
133
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.build.outputs.current-version != needs.meta.outputs.latest-version
+ if: github.event_name == 'push' && needs.build.outputs.current-version != needs.meta.outputs.latest-version
134
135
permissions:
136
contents: write
0 commit comments