Skip to content

Commit

Permalink
workflow: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Feb 18, 2021
1 parent 7bd712b commit f195181
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Update Changelog
run: npm run changelog
- name: Create release tag
id: release_tag
uses: yyx990803/release-tag@master
Expand Down

0 comments on commit f195181

Please sign in to comment.