From cfee819b6acb52c759c4da0015de96b7323b67b5 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 25 Jan 2025 18:46:14 +0100 Subject: [PATCH] Fix typo in action preventing releases --- .github/workflows/ci.yml | 2 +- .github/workflows/pypi-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b77d76..2267d43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Tests on: push: diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 7873cf7..5bfc9a5 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -16,7 +16,7 @@ jobs: build: name: Build Python 🐍 distributions 📦 for publishing # Don't try to publish from forks - if: github.repository == 'nfid4cat/voc4cat-tool' + if: github.repository == 'nfdi4cat/voc4cat-tool' runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683