We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54272d1 commit c13d9cbCopy full SHA for c13d9cb
.github/workflows/deploy-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
needs: build
30
runs-on: ubuntu-latest
31
environment:
32
- name: github-pages
+ name: docs
33
url: ${{ steps.deployment.outputs.page_url }}
34
steps:
35
- name: Deploy to GitHub Pages
.github/workflows/new-cli-version.yml
@@ -35,6 +35,8 @@ jobs:
release:
36
name: Create New Version and push new tag
37
38
+ environment:
39
+ name: CLI
40
permissions:
41
contents: write
42
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-rootstrap-rn-app",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "Rootstrap expo starter cli",
5
"homepage": "https://github.com/rootstrap/react-native-template",
6
"repository": {
0 commit comments