Skip to content

Commit

Permalink
Update related script
Browse files Browse the repository at this point in the history
  • Loading branch information
haggen committed Jul 26, 2024
1 parent cd64250 commit 211c8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/archive
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fi
tag="$1"

# Add-on absolute path, e.g. /Add-on.
target="$("$prefix/parse" -a "$tag")"
target="$("$prefix/parse-tag" -a "$tag")"

# Add-on name, e.g. Add-on.
name="$("$prefix/inspect" -n "$target")"
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fi
tag="$1"

# Add-on absolute path, e.g. /Add-on.
target="$("$prefix/parse" -a "$tag")"
target="$("$prefix/parse-tag" -a "$tag")"

# Tag prefix, e.g. Add-on.
prefix="${tag%/*}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/env
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fi
tag="${1#refs/tags/}"

# Add-on name, e.g. Add-on.
target="$("$prefix/parse" "$tag")"
target="$("$prefix/parse-tag" "$tag")"

# Release title, e.g. Add-on v42.
release="$("$prefix/inspect" -r "$target")"
Expand Down

0 comments on commit 211c8e9

Please sign in to comment.