summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-02 13:16:45 -0600
committerSean E. Russell <ser@ser1.net>2020-03-02 13:16:45 -0600
commitce00a54104d843ca5a4691ffe779fbe16bce270e (patch)
tree288c7e16fcbdbce195c9b2964e816359cb1b3f70
parent41a7ab324fac720c6d8820af58dfa565131db669 (diff)
Why isn't this showing up, github?
-rw-r--r--.github/workflows/release.yml3
1 files changed, 0 insertions, 3 deletions
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: