Skip to content

Commit 9b82df1

Browse files
committed
Correct spelling of "main" branch
1 parent e895fed commit 9b82df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Publish Snapshot Release
186186
uses: softprops/action-gh-release@v1
187-
if: ${{ (github.ref == 'refs/heads/main/') && matrix.package_generator != '' }}
187+
if: ${{ (github.ref == 'refs/heads/main') && matrix.package_generator != '' }}
188188
with:
189189
tag_name: "snapshot-${{ github.sha }}"
190190
files: |

0 commit comments

Comments
 (0)