From ecad42c8ffe09e9b266d375fb2698fa061cd3d2b Mon Sep 17 00:00:00 2001 From: ImMin5 Date: Tue, 22 Oct 2024 00:13:11 +0900 Subject: [PATCH] build: update release workflow step --- .github/workflows/dispatch_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_release.yaml b/.github/workflows/dispatch_release.yaml index 48e110c..7918e3f 100644 --- a/.github/workflows/dispatch_release.yaml +++ b/.github/workflows/dispatch_release.yaml @@ -70,7 +70,7 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.PAT_TOKEN }} - branch: master + branch: ${{ github.ref }} - name: notice when job fails if: failure() uses: 8398a7/action-slack@v3.2.0