Skip to content

Commit

Permalink
2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Nov 5, 2022
1 parent 8091e1f commit f8f2522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github-releases-for-automated-package-publishing-action",
"description": "GitHub Action to validate and extract GitHub release information, used for automated package publishing.",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Michael Novotny",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
# Note we set an `id` called `release`. We'll use that later...
- name: Validate and extract release information
id: release
uses: manovotny/[email protected].0
uses: manovotny/[email protected].1

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

0 comments on commit f8f2522

Please sign in to comment.