Add failure issue tracking for release task (#3025)
Summary: This failed without giving us a notification. Pull Request resolved: https://github.com/facebook/flipper/pull/3025 Reviewed By: nikoant Differential Revision: D32246987 Pulled By: mweststrate fbshipit-source-id: da04b5d8e7e50480bdb0e0a5b55d387b0b23eced
This commit is contained in:
committed by
Facebook GitHub Bot
parent
13d6cc7af6
commit
c4fe39f413
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -138,6 +138,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: 'Flipper-win.zip'
|
name: 'Flipper-win.zip'
|
||||||
path: 'dist/Flipper-win.zip'
|
path: 'dist/Flipper-win.zip'
|
||||||
|
- name: Open issue on failure
|
||||||
|
if: failure()
|
||||||
|
uses: JasonEtco/create-an-issue@v2.4.0
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
REPOSITORY: ${{ github.repository }}
|
||||||
|
RUN_ID: ${{ github.run_id }}
|
||||||
|
WORKFLOW_NAME: "Release"
|
||||||
|
with:
|
||||||
|
filename: .github/action-failure-template.md
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user