Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 4, 2024
1 parent afbd217 commit c2b9a2a
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 10 deletions.
60 changes: 52 additions & 8 deletions forge/actions/publish/dist/index.js

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

2 changes: 1 addition & 1 deletion forge/actions/publish/dist/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion forge/actions/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ async function run() {
const projectCleaned = project.trimStart(".").trimEnd("/");

core.info(`Detected mono-repo tag path=${path} tag=${tag}`);
if (Object.keys(blueprint?.global?.ci?.tagging?.aliases) !== undefined) {
if (
Object.keys(blueprint?.global?.ci?.tagging?.aliases) !== undefined
) {
if (blueprint.global.ci.tagging.aliases[path] === projectCleaned) {
tags.push(tag);
}
Expand Down

0 comments on commit c2b9a2a

Please sign in to comment.