From 4562f7b3c4c5a09f43ff883e31a6ffc551df0025 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 6 Oct 2022 10:31:16 -0500 Subject: [PATCH] fix repo --- .github/workflows/prep-release.yml | 4 ++-- .github/workflows/publish-release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index 19bff8f..d640a39 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -30,11 +30,11 @@ jobs: uses: actions/checkout@v2 - name: Setup - uses: blink1073/jupyter-releaser/.github/actions/common@ensure-admin + uses: blink1073/jupyter_releaser/.github/actions/common@ensure-admin - name: Prep Release id: prep-release - uses: blink1073/jupyter-releaser/.github/actions/prep-release@ensure-admin + uses: blink1073/jupyter_releaser/.github/actions/prep-release@ensure-admin with: token: ${{ secrets.GITHUB_TOKEN }} version_spec: ${{ github.event.inputs.version_spec }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5b3f357..117d4f3 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -24,11 +24,11 @@ jobs: uses: actions/checkout@v2 - name: Setup - uses: blink1073/jupyter-releaser/.github/actions/common@ensure-admin + uses: blink1073/jupyter_releaser/.github/actions/common@ensure-admin - name: Populate Release id: populate-release - uses: blink1073/jupyter-releaser/.github/actions/populate-release@ensure-admin + uses: blink1073/jupyter_releaser/.github/actions/populate-release@ensure-admin with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.repository }} @@ -42,7 +42,7 @@ jobs: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} TWINE_USERNAME: __token__ TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ - uses: blink1073jupyter-releaser/.github/actions/finalize-release@ensure-admin + uses: blink1073jupyter_releaser/.github/actions/finalize-release@ensure-admin with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.repository }}