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 df1e9c1 commit 390780e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/dispatch-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@ name: Update Docs Version
on:
repository_dispatch:
types: [update-version]
workflow_dispatch:
inputs:
tag:
description: 'Tag name for the update'
required: true
default: 'v1.0.0'
branch:
description: 'Branch to test the workflow'
required: true
default: 'fix_dispatch_trigger'
push:
branches:
- fix_dispatch_trigger

jobs:
update-docs-version:
Expand All @@ -29,6 +22,10 @@ jobs:
git config --global user.name "obol-platform"
git config --global user.email "platform@obol.tech"
- name: Define Test Tag
env:
TAG_NAME: "v1.1.3"

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

0 comments on commit 390780e

Please sign in to comment.