From ab18f0e01d715416bf6c1506fcb0509175049041 Mon Sep 17 00:00:00 2001 From: krrrr38 Date: Fri, 23 Aug 2024 05:53:32 +0900 Subject: [PATCH] fix tagpr needs output setting --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d51eba..e6b1ec2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} goreleaser: needs: tagpr - if: "steps.tagpr.outputs.tag != ''" + if: "needs.tagpr.outputs.tagpr-tag != ''" runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7