diff --git a/.github/workflows/releases-dev.yml b/.github/workflows/releases-dev.yml index 0e3871e..c5d5338 100644 --- a/.github/workflows/releases-dev.yml +++ b/.github/workflows/releases-dev.yml @@ -13,10 +13,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - persist-credentials: false - fetch-depth: 0 - name: Setup Node uses: actions/setup-node@v3 diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index b491aca..151cb82 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -13,10 +13,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - persist-credentials: false - fetch-depth: 0 - name: Set output id: vars