From ce00a54104d843ca5a4691ffe779fbe16bce270e Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Mon, 2 Mar 2020 13:16:45 -0600 Subject: Why isn't this showing up, github? --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b1d045..290717d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,3 @@ -# run: | -# curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/YOURNAME/APPLICATION_NAME/dispatches --data '{"event_type": "update", "client_payload": {"tag": GITHUB_REF }}' - name: Post release triggers on: -- cgit v1.2.3