Skip to content

Commit 4c07643

Browse files
authored
Merge pull request #646 from axone-protocol/fix/bump-docs-version
🐛 ci: fix notify version bump on docs
2 parents e5b62e9 + 1a0bf08 commit 4c07643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Update docs version
8282
uses: fjogeleit/http-request-action@v1
8383
with:
84-
url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/37674835/dispatches'
84+
url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/98246586/dispatches'
8585
method: 'POST'
8686
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}'
8787
data: |-

0 commit comments

Comments
 (0)