Skip to content

Commit 244e9a5

Browse files
benknutson-googlejaschdoc
authored andcommitted
Refactor Github Action per b/485167538
1 parent 1db50f3 commit 244e9a5

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
@@ -42,7 +42,7 @@ jobs:
4242
# Build KSP artifacts
4343
- name: build
4444
run: |
45-
REF=${{ github.ref }} # refs/tags/$KSP_VERSION
45+
REF=${GITHUB_REF} # refs/tags/$KSP_VERSION
4646
./gradlew --info -PkspVersion=${REF:10} -PoutRepo=$(pwd)/build/repos/release publishAllPublicationsToMavenRepository
4747
- name: pack
4848
run: cd build/repos/release/ && zip -r ../../artifacts.zip .

0 commit comments

Comments
 (0)