s/master/main

This commit is contained in:
Jan-Otto Kröpke 2022-09-18 19:51:32 +02:00 committed by GitHub
parent dd621a6521
commit 65f3211f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ jobs:
working-directory: lens/releasefiles
- uses: actions/upload-artifact@v3
if: github.ref != 'refs/heads/master'
if: github.ref != 'refs/heads/main'
with:
name: OpenLens-${{ matrix.os }}
retention-days: 5
@ -99,7 +99,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v0.1.14
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
tag_name: v${{ env.LENS_VERSION }}
files: |
@ -112,7 +112,7 @@ jobs:
lens/releasefiles/OpenLens-${{ env.LENS_VERSION }}*.sha256
- name: Latest
uses: softprops/action-gh-release@v0.1.14
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
with:
tag_name: Latest
files: |