Skip to content

Commit cde4c71

Browse files
authored
Merge pull request #29 from bquan0/release-test
Use github.ref_name instead of github.ref
2 parents f33cb19 + b614cc1 commit cde4c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaseTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
1515

16-
- name: See what github.ref is on release
17-
run: echo ${{ github.ref }}
16+
- name: See what github.ref_name is on release
17+
run: echo ${{ github.ref_name }}

0 commit comments

Comments
 (0)