Skip to content

Commit 6a28dc2

Browse files
committed
Revert tag and versioning due to not updating.
Updating the workflow file again to correct issues.
1 parent 03ab5ae commit 6a28dc2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Tests Status
33
on:
44
push:
55
branches: [ master ]
6+
tags:
7+
- 'v*'
68
pull_request:
79
branches: [ master ]
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rustdocstring",
33
"displayName": "Rust Doc String - Rust Docstring Generator",
44
"description": "Automatically generate structured Rust doc comments (///) for functions, structs, and enums.",
5-
"version": "0.1.0",
5+
"version": "0.0.1",
66
"publisher": "ChrisBeard",
77
"author": "Chris Beard",
88
"icon": "./images/icon2.png",

0 commit comments

Comments
 (0)