From 65f3211f7907a7ed0a553e01e7e8d1412cffd2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sun, 18 Sep 2022 19:51:32 +0200 Subject: [PATCH] s/master/main --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e368ac..69b9e56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |