Skip to content

Commit a83813e

Browse files
authored
Merge pull request #30 from gluestack/feat/release-test
fix: testing release flow
2 parents d88ec84 + b004c1f commit a83813e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-create-next-app-with-gluestack-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref || github.run_id }}
99

1010
jobs:
1111
release:
12-
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged
12+
# if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged
1313
name: Publish version
1414
runs-on: ubuntu-latest
1515
steps:

0 commit comments

Comments
 (0)