Skip to content

Commit ecb9fe2

Browse files
authored
chore: upgrade brace-expansion version (#47)
1 parent a3da061 commit ecb9fe2

File tree

2 files changed

+81
-67
lines changed

2 files changed

+81
-67
lines changed

.github/workflows/release-template.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Release Template
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
4+
workflow_dispatch:
5+
inputs:
6+
reason:
7+
description: 'the reason for triggering this workflow'
8+
required: false
9+
default: 'manually publish the ecr images and templates'
810
jobs:
911
release_template:
1012
runs-on: ubuntu-latest

react-native/package-lock.json

Lines changed: 75 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)