Skip to content

Commit

Permalink
Merge pull request #29 from bquan0/release-test
Browse files Browse the repository at this point in the history
Use github.ref_name instead of github.ref
  • Loading branch information
gonuke authored Aug 31, 2023
2 parents f33cb19 + b614cc1 commit cde4c71
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 cde4c71

Please sign in to comment.