Skip to content

Commit

Permalink
Merge branch 'v1.x' of github.com:FrontEndDev-org/publish-node-packag…
Browse files Browse the repository at this point in the history
…e-action into v1.x
  • Loading branch information
cloudcome committed Jul 23, 2024
2 parents 3393f79 + 8ec3cd4 commit ce99f59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.1](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v1.9.0...v1.9.1) (2024-07-23)


### Bug Fixes

* log resolve paths for index.cjs in action.yml ([e273998](https://github.com/FrontEndDev-org/publish-node-package-action/commit/e273998eeabbff0c1175e6910b42bab61a8292aa))

## [1.9.0](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v1.8.0...v1.9.0) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require("fs");
const path = require("path");
async function main(cwd, context) {
var _a;
console.log("publish-node-package-action", "1.9.0");
console.log("publish-node-package-action", "1.9.1");
const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login;
if (!owner) {
throw new Error("No owner found in context");
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "publish-node-package-action",
"version": "1.9.0",
"version": "1.9.1",
"description": "Publish a NodeJS package to NPM or GitHub Packages",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit ce99f59

Please sign in to comment.