Skip to content

Commit

Permalink
chore: Add github email to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Nov 9, 2022
1 parent 9b71f33 commit 7ff2d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "18"
- name: Publish Starters
uses: LekoArts/actions-push-subdirectories@master
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EMAIL: [email protected]
GITHUB_EMAIL: "[email protected]"
with:
args: examples LekoArts starter-name master
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "18"
- name: Install Dependencies
run: yarn --immutable
- name: Create Release Pull Request or Publish to npm
Expand All @@ -39,5 +39,6 @@ jobs:
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EMAIL: "[email protected]"
with:
args: examples LekoArts starter-name master

0 comments on commit 7ff2d6f

Please sign in to comment.