Skip to content

Commit

Permalink
[release:minor] REPL and Server-Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 15, 2023
1 parent 29f728c commit 677575a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}

- name: Name and Email for Git (config)
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Install Dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 677575a

Please sign in to comment.