You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ jobs:
63
63
# ... build and release steps here
64
64
```
65
65
66
+
For a fully-functional example, see the [release workflow of this repository](https://github.com/smlx/ccv/blob/main/.github/workflows/release.yaml).
67
+
66
68
### Example: read-only
67
69
68
70
You can also check the tag your PR will generate by running with `write-tag: false`. Note that the permissions on this job are read-only.
@@ -102,6 +104,8 @@ new-tag=true
102
104
new-tag-version=v0.16.0
103
105
```
104
106
107
+
For a fully-functional example, see the [build workflow of this repository](https://github.com/smlx/ccv/blob/main/.github/workflows/build.yaml).
108
+
105
109
## Use locally
106
110
107
111
Download the latest [release](https://github.com/smlx/ccv/releases) on github, or:
0 commit comments