Skip to content

Commit f8f2522

Browse files
committed
2.0.1 release.
1 parent 8091e1f commit f8f2522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-releases-for-automated-package-publishing-action",
33
"description": "GitHub Action to validate and extract GitHub release information, used for automated package publishing.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": {
66
"name": "Michael Novotny",
77
"email": "manovotny@gmail.com",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
# Note we set an `id` called `release`. We'll use that later...
149149
- name: Validate and extract release information
150150
id: release
151-
uses: manovotny/github-releases-for-automated-package-publishing-action@v2.0.0
151+
uses: manovotny/github-releases-for-automated-package-publishing-action@v2.0.1
152152

153153
# When setting the node version for publishing a release, it's also impotant
154154
# to set `always-auth` and `registry-url` too. I've encountered vauge errors

0 commit comments

Comments
 (0)