Skip to content

Commit 52dd13a

Browse files
authored
Use correct release tags. (#157)
Signed-off-by: Josh Matthews <[email protected]>
1 parent 0465bc7 commit 52dd13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
echo "$(pwd)/opt/mdbook-mermaid" >> $GITHUB_PATH
2929
- name: Install latest mdbook
3030
run: |
31-
tag=0.4.52
31+
tag=v0.4.52
3232
url="https://github.com/rust-lang/mdbook/releases/download/$tag/mdbook-$tag-x86_64-unknown-linux-gnu.tar.gz"
3333
curl -sSL "$url" | tar -xz --directory=./opt/mdbook
3434
- name: Install latest mdbook-mermaid
3535
run: |
36-
tag=0.16.2
36+
tag=v0.16.2
3737
url="https://github.com/badboy/mdbook-mermaid/releases/download/$tag/mdbook-mermaid-$tag-x86_64-unknown-linux-gnu.tar.gz"
3838
curl -sSL "$url" | tar -xz --directory=./opt/mdbook-mermaid
3939
- name: Build book

0 commit comments

Comments
 (0)