Skip to content

Commit

Permalink
wip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 5, 2024
1 parent d4b9669 commit e4e651d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forge/actions/release/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30467,7 +30467,7 @@ async function run() {
return;
}

const archiveName = "";
let archiveName = "";
if (gitTag.split("/").length > 1) {
const prefix = gitTag
.split("/")
Expand Down
2 changes: 1 addition & 1 deletion forge/actions/release/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion forge/actions/release/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function run() {
return;
}

const archiveName = "";
let archiveName = "";
if (gitTag.split("/").length > 1) {
const prefix = gitTag
.split("/")
Expand Down

0 comments on commit e4e651d

Please sign in to comment.