Skip to content

Commit c13d9cb

Browse files
committed
chore: add CLI environment to CLI deploy action
1 parent 54272d1 commit c13d9cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: build
3030
runs-on: ubuntu-latest
3131
environment:
32-
name: github-pages
32+
name: docs
3333
url: ${{ steps.deployment.outputs.page_url }}
3434
steps:
3535
- name: Deploy to GitHub Pages

.github/workflows/new-cli-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
release:
3636
name: Create New Version and push new tag
3737
runs-on: ubuntu-latest
38+
environment:
39+
name: CLI
3840
permissions:
3941
contents: write
4042
steps:

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rootstrap-rn-app",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Rootstrap expo starter cli",
55
"homepage": "https://github.com/rootstrap/react-native-template",
66
"repository": {

0 commit comments

Comments
 (0)