mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
ci: fix typos
This commit is contained in:
parent
9cea01cea0
commit
95a285da7b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -3,7 +3,7 @@ name: Scratch Paint CI-CD
|
||||||
on:
|
on:
|
||||||
pull_request: # Runs whenever a pull request is created or updated
|
pull_request: # Runs whenever a pull request is created or updated
|
||||||
push: # Runs whenever a commit is pushed to the repository...
|
push: # Runs whenever a commit is pushed to the repository...
|
||||||
# branches: [master, develop, beta, hotfix/*] # ...on any of these branches
|
branches: [master, develop, beta, hotfix/*] # ...on any of these branches
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
if: ${{ env.TRIGGER_DEPLOY == 'true'}}
|
if: ${{ env.TRIGGER_DEPLOY == 'true'}}
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: q${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: npx --no -- semantic-release
|
run: npx --no -- semantic-release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue