-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|