From be949dd46db93c394d6cae38f8581fe28cef8e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Tue, 19 Mar 2024 16:23:58 +0100 Subject: [PATCH] Fix broken CI --- .github/workflows/ci.yaml | 3 ++- .release-please-manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 349b1bb..7d1d1c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,7 @@ on: push: branches: - main + jobs: release-please: runs-on: ubuntu-latest @@ -20,7 +21,7 @@ jobs: - name: Show github.ref run: echo "$GITHUB_REF" - - uses: google-github-actions/release-please-action@v4 + - uses: google-github-actions/release-please-action@v4 id: release if: github.repository_owner == 'ptarmiganlabs' with: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..0967ef4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{}