Skip to content

Commit 159469d

Browse files
committed
onemore?
1 parent c0753f6 commit 159469d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
repo: context.repo.repo
4343
});
4444
}
45-
console.log(release);
46-
return release;
45+
console.log(release.data.tag_name);
46+
return release.data.tag_name;
4747
4848
trigger-second-repo:
4949
needs: prepare-release-info

0 commit comments

Comments
 (0)