Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
fix dispatch trigger (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 authored Nov 4, 2024
1 parent b463caa commit b58bfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Update docs to new version
run: |
TAG_NAME="${{ env.TAG_NAME#v }}"
TAG_NAME="$(echo "${TAG_NAME}" | sed 's/^v//')"
# Update docs to use the new version
sed -i -E "s/v\.?[0-9]+\.[0-9]+\.[0-9]+[a-zA-Z0-9\-]*/v${TAG_NAME}/g" \
Expand Down

0 comments on commit b58bfc8

Please sign in to comment.