Pin down custom actions
Summary: I tagged my repos so messing on `master` won't break our release flow. Reviewed By: nikoant Differential Revision: D24647691 fbshipit-source-id: c5e89dcf0a9063e86baf44e6d25164884a1a2b1e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7293a7ff55
commit
1fde900fcc
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Tag version commit
|
- name: Tag version commit
|
||||||
id: tag-version-commit
|
id: tag-version-commit
|
||||||
uses: passy/tag-version-commit@master
|
uses: passy/tag-version-commit@v1.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version_tag_prefix: 'v'
|
version_tag_prefix: 'v'
|
||||||
@@ -129,7 +129,7 @@ jobs:
|
|||||||
path: 'Flipper-win.zip'
|
path: 'Flipper-win.zip'
|
||||||
- name: GitHub Upload Release Artifacts
|
- name: GitHub Upload Release Artifacts
|
||||||
if: ${{ needs.release.outputs.tag != '' }}
|
if: ${{ needs.release.outputs.tag != '' }}
|
||||||
uses: passy/github-upload-release-artifacts-action@master
|
uses: passy/github-upload-release-artifacts-action@v2.1.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user