From b5f7997b5a6ee713c1786e309376a8f49b6dc746 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Wed, 6 Dec 2023 15:24:48 +0900 Subject: [PATCH] After all there was another typo in the `env` argument. --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 43afdc7..8d95a42 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -87,7 +87,7 @@ jobs: env: OSSRH_USERNAME: atsushieno OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} - OSSRH_STAGING_REPOSITORY_ID: $$ { needs.create_staging_repository.outputs.repository_id }} + OSSRH_STAGING_REPOSITORY_ID: ${{ needs.create_staging_repository.outputs.repository_id }} SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }} SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }} SIGNING_SECRET_KEY_RING_FILE: ${{ format('{0}/{1}', github.workspace, secrets.SIGNING_SECRET_KEY_RING_FILE) }}