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 e895fed commit 9b82df1Copy full SHA for 9b82df1
.github/workflows/ci.yml
@@ -184,7 +184,7 @@ jobs:
184
185
- name: Publish Snapshot Release
186
uses: softprops/action-gh-release@v1
187
- if: ${{ (github.ref == 'refs/heads/main/') && matrix.package_generator != '' }}
+ if: ${{ (github.ref == 'refs/heads/main') && matrix.package_generator != '' }}
188
with:
189
tag_name: "snapshot-${{ github.sha }}"
190
files: |
0 commit comments