Skip to content

Commit 11b4527

Browse files
committed
fix: ref does not help
1 parent 71f5de8 commit 11b4527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# lein: latest
121121

122122
- name: build it
123-
run: bundle exec rake vox:build['${{ github.ref }}']
123+
run: bundle exec rake vox:build
124124

125125
clojure-linting:
126126
name: Clojure Linting

0 commit comments

Comments
 (0)