Skip to content

Commit 9d1d09f

Browse files
committed
x
1 parent 995f06a commit 9d1d09f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Debug GitHub Context
34-
run: echo "Ref name: ${{ github.ref_name }}"
34+
run:
35+
echo "Ref name: ${{ github.ref_name }}"
3536

3637
- name: Create GitHub release
3738
id: create_release

0 commit comments

Comments
 (0)