From 143da308a1a1993ee3a6629f8cc8e5d50d27afdc Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Mon, 11 Mar 2024 23:52:18 -0500 Subject: [PATCH] reusable-actions v1.0.22 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ea284dc2..086050fc5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,10 +15,10 @@ jobs: permissions: contents: write packages: write - uses: USA-RedDragon/reusable-actions/.github/workflows/goreleaser.yaml@v1.0.21 + uses: USA-RedDragon/reusable-actions/.github/workflows/goreleaser.yaml@v1.0.22 with: setup-node: true + docker-hub-username: jamcswain secrets: token: ${{ secrets.GITHUB_TOKEN }} - docker-hub-username: jamcswain docker-hub-password: ${{ secrets.DOCKER_PASSWORD }}