Skip to content

Commit

Permalink
Setting beta flag to false and updating .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
slaouist committed Sep 1, 2022
1 parent d432e5a commit 76c99b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
`${process.env.GITHUB_WORKSPACE}/ThemeGenerator/ThemeGenerator`
],
solutionPaths: `${process.env.GITHUB_WORKSPACE}/Solution/src/Other/Solution.xml`,
beta: true}
beta: false}
)
- run: npm ci
Expand Down
1 change: 1 addition & 0 deletions Shimmer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# output directory
/out
/coverage

# msbuild output directories
/bin
Expand Down

0 comments on commit 76c99b8

Please sign in to comment.