From 2c217230c5ae5fd9e5578e682b895bf5aa686e82 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Thu, 16 May 2024 11:15:50 -0700 Subject: [PATCH] fix: change ref --- .github/workflows/create_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index b8b5b62..e8f475a 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - ref: master + ref: main - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - ref: master + ref: main - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - ref: master + ref: main - uses: actions/download-artifact@v3 with: