Skip to content

Commit

Permalink
fix dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 committed Oct 31, 2024
1 parent b463caa commit 76c1df0
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 76c1df0

Please sign in to comment.