Skip to content

Commit 364008d

Browse files
committed
Updating workflow actions and reverting package version
1 parent 7ba1692 commit 364008d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: softprops/action-gh-release@v1
5252
with:
5353
generate_release_notes: true
54+
token: ${{ secrets.GITHUB_TOKEN }}
5455
body: |
5556
# Summary
5657
See the [CHANGELOG.md]((https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md))

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)