Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Jan 24, 2023
2 parents 0034c02 + 060827a commit 18a6ec4
Show file tree
Hide file tree
Showing 266 changed files with 5,155 additions and 3,282 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main
workflow_dispatch:
inputs:
dry_run:
required: true
type: boolean

jobs:
publish:
Expand All @@ -30,7 +34,7 @@ jobs:
@semantic-release/git
extends: |
semantic-release-monorepo
dry_run: false
dry_run: ${{ inputs && inputs.dry_run }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
97 changes: 0 additions & 97 deletions Assets/Example/Common/ArgumentExample.cs

This file was deleted.

137 changes: 0 additions & 137 deletions Assets/Example/Common/CustomExample.cs

This file was deleted.

124 changes: 0 additions & 124 deletions Assets/Example/Common/FieldExample.cs

This file was deleted.

Loading

0 comments on commit 18a6ec4

Please sign in to comment.