Skip to content

Commit df5f567

Browse files
committed
Add tags to CI, fix install docs in readme
1 parent bd24c20 commit df5f567

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/library.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and test library
33
on:
44
push:
55
branches: [main]
6+
tags: [ '*.*.*-*' ]
67
pull_request:
78
branches: [main]
89
types: [opened, synchronize]
@@ -13,4 +14,4 @@ jobs:
1314
name: Build and test library
1415
uses: zig-devel/toolset/.github/workflows/_library.yml@latest
1516
permissions:
16-
contents: write
17+
contents: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An open source, portable, easy to use, readable and flexible TLS library
77
Install library:
88

99
```sh
10-
zig fetch --save zig fetch --save https://github.com/zig-devel/mbedtls/archive/refs/tags/3.6.5-0.tar.gz
10+
zig fetch --save https://github.com/zig-devel/mbedtls/archive/refs/tags/3.6.5-0.tar.gz
1111
```
1212

1313
Statically link with `mod` module:

0 commit comments

Comments
 (0)