Skip to content

Commit b43a049

Browse files
coadometa-codesync[bot]
authored andcommitted
Create tag on release optimisically
Summary: Changes the `create-tag` to run immediately after the configuration of the run was set up without waiting for other steps to pass. It is for improving React Native releases to not wait for the tag creation. In case if anything goes wrong with the relase, the tag should be removed manually. Reviewed By: cipolleschi Differential Revision: D86193593 fbshipit-source-id: 1dcd62897e01f9814b58ff05edf16e622478f0bf
1 parent 8d87174 commit b43a049

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rn-build-hermes.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,7 @@ jobs:
102102
hermes-version: ${{ needs.set_release_type.outputs.HERMES_VERSION }}
103103
create-tag:
104104
uses: ./.github/workflows/create-tag.yml
105-
needs:
106-
[
107-
publish,
108-
set_release_type,
109-
]
105+
needs: set_release_type
110106
with:
111107
release-type: ${{ needs.set_release_type.outputs.RELEASE_TYPE }}
112108
hermes-version: ${{ needs.set_release_type.outputs.HERMES_VERSION }}

0 commit comments

Comments
 (0)