Skip to content

Commit

Permalink
[github] remove bogus 'v' from version
Browse files Browse the repository at this point in the history
  • Loading branch information
grimreaper committed Jun 7, 2024
1 parent b74e087 commit 27b198b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: 'v0.127.0'
hugo-version: '0.127.0'
extended: true

- name: Build with Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: 'v0.127.0'
hugo-version: '0.127.0'
extended: true

- name: Build with Hugo
Expand Down

0 comments on commit 27b198b

Please sign in to comment.