Fix github release script
Summary: Just a small mispelling in step specification Reviewed By: mweststrate Differential Revision: D25053437 fbshipit-source-id: 39e7c9c578a448495b92f8aa3632b2843d79490c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
25158416ce
commit
46a1ac5947
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
outputs:
|
||||
tag: ${{ steps.tag-version-commit.outputs.tag }}
|
||||
steps:
|
||||
- uses: passy/extract-version-commit@v1
|
||||
- uses: passy/extract-version-commit@v1.0.0
|
||||
id: extract-version-commit
|
||||
with:
|
||||
version_regex: '^Flipper Release: v([0-9]+\.[0-9]+\.[0-9]+)(?:\n|$)'
|
||||
|
||||
Reference in New Issue
Block a user