From 9c79e61e2c861a120ef127761cc260dd1eab4327 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 13 May 2024 10:13:47 +0100 Subject: [PATCH] ci(release): switch back to stable version of self for release job --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e652eb..f731c9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: - # TOOD: Switch back to @v1 once once v1.0.3 is released. - - uses: jimeh/release-please-manifest-action@main + - uses: jimeh/release-please-manifest-action@v1 id: release with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}