Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Nov 24, 2022
1 parent 947c5fa commit ce0b854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types:
- published
pull_request:
pull_request: {}

jobs:
osx:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Get tag name
id: tagName
run: |
TAG=${GITHUB_REF##*/}
TAG=${GITHUB_REF_NAME}
echo ::set-output name=tag::${TAG}
- name: build
Expand Down

0 comments on commit ce0b854

Please sign in to comment.