Skip to content

Commit a76a474

Browse files
committed
ref -> ref_name
1 parent ab1aa6d commit a76a474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-bins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
KEYCHAIN_NAME: "apollo-mcp-server-keychain"
8686
ENTITLEMENTS_PATH: "macos-entitlements.plist"
87-
VERSION: ${{ github.ref }}
87+
VERSION: ${{ github.ref_name }}
8888
run: |
8989
echo "Pre-check: Valid Codesigning Identify"
9090
security find-identity -v -p codesigning
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Create release bundles
170170
env:
171-
VERSION: ${{ github.ref }}
171+
VERSION: ${{ github.ref_name }}
172172
run: |
173173
mkdir artifacts
174174
for RELEASE in release/*/; do

0 commit comments

Comments
 (0)