Skip to content

Commit

Permalink
use ref_name instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
bquan0 committed Aug 31, 2023
1 parent f33cb19 commit b614cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

0 comments on commit b614cc1

Please sign in to comment.