diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccd712065dcd..4546a6966837 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,14 +2,14 @@ name: Generate Semantic Release on: push: branches: - - version-14 + - version-15 jobs: release: name: Release runs-on: ubuntu-latest steps: - name: Checkout Entire Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false