Skip to content

Commit

Permalink
fix: correct new action name and namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed May 16, 2023
1 parent e061296 commit 79b6b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'release'
name: '@0-vortex/release'
author: '0-vortex'
description: 'Run 0-vortex/release on a repo'
outputs:
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const {
} = process.env;
const [owner, repo] = String(GITHUB_REPOSITORY).toLowerCase().split("/");
const addPlugin = (plugin, options) => {
log.info(`${plugin} enabled ${options && 'with options:'}`);
log.info(`${plugin} enabled with${options && ' options:' || 'out options'}`);
options && log.info(null, options);
return releaseConfig.plugins.push([plugin, options]);
};
Expand Down

0 comments on commit 79b6b8d

Please sign in to comment.