Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 committed Nov 4, 2024
1 parent f530599 commit 317f038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dispatch-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Update Docs Version
on:
repository_dispatch:
types: [update-version]
push:
branches:
- fix_dispatch_trigger

jobs:
update-docs-version:
Expand All @@ -19,6 +22,9 @@ jobs:
git config --global user.name "obol-platform"
git config --global user.email "platform@obol.tech"
- name: Set TAG_NAME environment variable
run: echo "TAG_NAME=v1.1.3" >> $GITHUB_ENV

- name: Update docs to new version
run: |
TAG_NAME="$(echo "${TAG_NAME}" | sed 's/^v//')"
Expand Down

0 comments on commit 317f038

Please sign in to comment.