Skip to content

Commit 7658af7

Browse files
committed
fix version
1 parent 08a1ac9 commit 7658af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
helm repo index . --url https://binarycat0.github.io/helm-charts-demo-polaris-persistence-db
2525
2626
- name: Build Jekyll site
27-
uses: actions/setup-ruby@v1
27+
uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: '3.1'
3030

@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Copy README.md to index.md
3636
run: cp README.md index.md
37-
37+
3838
- name: Build site with Jekyll
3939
run: |
4040
jekyll build --source . --destination ./_site

0 commit comments

Comments
 (0)