Skip to content

Commit

Permalink
ci: rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Mar 19, 2024
1 parent 6b0a188 commit b257dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
workflow_run:
workflows:
- Mocha
- Test
types:
- completed
push:
Expand Down Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: pnpm release
4 changes: 2 additions & 2 deletions .github/workflows/mocha.yaml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mocha
name: Test

on:
workflow_run:
Expand All @@ -14,7 +14,7 @@ on:
- main

jobs:
mocha:
test:
name: Test

runs-on: ubuntu-latest
Expand Down

0 comments on commit b257dcc

Please sign in to comment.