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 2bd10c6 commit bd462d3Copy full SHA for bd462d3
.github/workflows/build.yml
@@ -134,7 +134,7 @@ jobs:
134
needs: [build, meta]
135
runs-on: ubuntu-latest
136
137
- 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
138
139
permissions:
140
contents: write
0 commit comments