Skip to content

Commit

Permalink
Update webapp-build-net-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Mar 21, 2024
1 parent 201392b commit 8ac85c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webapp-build-net-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# needs nothing - no dependencies

steps:
- name: trigger release-on-tag-netcore-desktop-electron
- name: trigger desktop-release-on-tag-net-electron.yml
shell: bash
env:
NOTE_READ_THIS_NOW: "Need a github token that has more rights otherwise it will be ignored"
Expand All @@ -90,5 +90,5 @@ jobs:
-H"authorization: Bearer ${{ secrets.WORKFLOW_GITHUB }}" \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/release-on-tag-netcore-desktop-electron.yml/dispatches \
https://api.github.com/repos/${{ github.repository }}/actions/workflows/desktop-release-on-tag-net-electron.yml/dispatches \
-d '{"ref":"master"}' -v

0 comments on commit 8ac85c6

Please sign in to comment.