Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <[email protected]>
  • Loading branch information
gabyx committed Jul 9, 2024
1 parent ae11d4c commit 03e8734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./tools/ci/create-github-release.sh \
"$GITHUB_REF" \
"${GITHUB_REF#refs/tags/}" \
"$GITHUB_REPOSITORY"
2 changes: 1 addition & 1 deletion tools/ci/create-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function main() {
local prepare_tag="$1"
local repo="$2"

local tag=${prepare_tag#*prepare-}
local tag=${prepare_tag#prepare-}
local version=${tag#v}

print_info "Creating Github release ... "
Expand Down

0 comments on commit 03e8734

Please sign in to comment.