Skip to content

Commit

Permalink
build: change workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed May 20, 2021
1 parent 35731da commit c16e022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: CI

on:
push:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js Release
name: Release

on:
push:
Expand Down Expand Up @@ -113,7 +113,6 @@ jobs:
echo "::set-output name=value::Change set since ${last_tag:-the beginning}: %0A%0A$changelog"
- name: GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB_PUBLISH }}
Expand Down

0 comments on commit c16e022

Please sign in to comment.