Skip to content

Commit

Permalink
Merge pull request #61 from boite-nl/version/v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
boitewitte committed Jul 14, 2022
2 parents 0791e65 + 6b869a4 commit 1d3e32c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Github Action to Query Github releases and retrieve information about this relea
- [Environment Variables](#environment-variables)
- [Outputs](#outputs)
- [Runs](#runs)
- [Examples](#examples)
- [Use Cases](#use-cases)
- [Deploy specific release to environment](#deploy-specific-release-to-environment)
- [Rollback action](#rollback-action)

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16655,7 +16655,7 @@ run()
}
(0, core_1.debug)(new Date().toTimeString());
})
.catch(error => {
.catch((error) => {
(0, core_1.setFailed)(error.message);
(0, core_1.debug)(new Date().toTimeString());
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"version": "npm run build && action-docs --toc-level 3 --update-readme --no-banner && doctoc README.md && git add -A dist README.md"
},
"snyk": true,
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit 1d3e32c

Please sign in to comment.