Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 28, 2023
1 parent dca4b05 commit f05274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-git-tag.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ try {
// specific format in order to set the "published" output, which we
// rely on in order to trigger the job to create the GitHub Release.
// https://github.com/changesets/action/blob/595655c3eae7136ff5ba18200406898904362926/src/run.ts#LL96C1-L96C1
console.log(`New tag: nxjs@${tag}`);
console.log(`New tag: nxjs-runtime@${tag}`);
} catch (err) {
if (err.message.includes('already exists')) {
console.log(`Skipping since git tag "${tag}" already exists`);
Expand Down

0 comments on commit f05274b

Please sign in to comment.