From 528db51def6242acbd489ad06ad681be60522c63 Mon Sep 17 00:00:00 2001 From: gatzjames Date: Tue, 6 Feb 2024 11:59:12 +0100 Subject: [PATCH] changelog-magical --- .github/workflows/changelog.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 1c2fbfb0bf73..305dc2d1fa2a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -9,10 +9,6 @@ jobs: steps: - name: Checkout branch uses: actions/checkout@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - ref: develop - fetch-depth: 0 - name: Get version shell: bash @@ -20,12 +16,6 @@ jobs: echo "RELEASE_VERSION=$(node -e "console.log(require('./packages/insomnia/package.json').version)")" >> $GITHUB_ENV echo "RELEASE_BRANCH=release/$(node -e "console.log(require('./packages/insomnia/package.json').version)")" >> $GITHUB_ENV - - name: Checkout branch - uses: actions/checkout@v3 - with: - ref: ${{ env.RELEASE_BRANCH }} - persist-credentials: false - - name: Configure Git user id: configure_git_user uses: Homebrew/actions/git-user-config@master