Skip to content

Commit 5cd02bf

Browse files
committed
pass version to rake task
1 parent 598d5f0 commit 5cd02bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apidocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
bundler-cache: true
3636
- name: Build API docs
3737
run: |
38-
bundle exec rake site:fetch_latest apidocs:gen_version
38+
bundle exec rake site:fetch_latest apidocs:gen_version["${{ inputs.ref || env.GITHUB_REF }}"]
3939
- name: Commit changes as last committer
4040
run: |
4141
git config --global user.name rmosolgo

0 commit comments

Comments
 (0)