Skip to content

Commit 203a9d7

Browse files
committed
[ci:force] Output github.ref_name
1 parent fd69f91 commit 203a9d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ env:
5050
REDIRECT_URI: /
5151

5252
jobs:
53+
pre-setup:
54+
runs-on: ubuntu-latest
55+
steps:
56+
- name: Debug github.ref_name
57+
run: echo "github.ref_name=${{ github.ref_name }}"
5358
setup:
5459
timeout-minutes: 20
5560
if: github.event.pull_request.merged == true || github.ref_name == 'master' || github.ref_name == 'master-patch-*'

0 commit comments

Comments
 (0)