Skip to content

Commit

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

jobs:
osx:
Expand All @@ -13,7 +12,7 @@ jobs:
- name: Get tag name
id: tagName
run: |
TAG=${GITHUB_REF_NAME}
TAG=${GITHUB_REF##*/}
echo ::set-output name=tag::${TAG}
- name: build
Expand All @@ -26,6 +25,9 @@ jobs:
_version=${{ steps.tagName.outputs.tag }}
_version=${_version:1}
echo ref ${GITHUB_REF}
echo ref_name ${GITHUB_REF_NAME}
# AMD64 is not supported beyond 12.6
oras pull ghcr.io/homebrew/core/envoy:${_version} --platform "darwin/amd64:macOS 12.6"
tar --extract \
Expand Down

0 comments on commit 9a1bb68

Please sign in to comment.