Skip to content

Commit caf0f5b

Browse files
benknutson-googlehfmehmed
authored andcommitted
Refactor Github Action per b/485167538
1 parent dd0c918 commit caf0f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Build KSP artifacts
5959
- name: build
6060
run: |
61-
REF=${{ github.ref }} # refs/tags/$KSP_VERSION
61+
REF=${GITHUB_REF} # refs/tags/$KSP_VERSION
6262
./gradlew --info -PkspVersion=${REF:10} -PoutRepo=$(pwd)/build/repos/release publishAllPublicationsToMavenRepository
6363
- name: pack
6464
run: cd build/repos/release/ && zip -r ../../artifacts.zip .

0 commit comments

Comments
 (0)