From ba3da88421fdb53dfb88f4320b2b84d906c85907 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 15 Mar 2024 20:22:00 +0100 Subject: [PATCH] Auto release fix (#54) --- .github/workflows/auto-release.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index a8257c4e..0929676d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -1,4 +1,5 @@ -name: "auto-release" +name: auto-release + on: push: branches: @@ -7,11 +8,8 @@ on: - production jobs: - auto-release: - runs-on: ubuntu-latest - steps: - - uses: cloudposse/github-action-auto-release@main - with: - prerelease: false - publish: true - token: ${{ secrets.GITHUB_TOKEN }} + auto: + uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main + with: + publish: true + secrets: inherit