Skip to content

Commit

Permalink
[SKIP CI] fix release (#39)
Browse files Browse the repository at this point in the history
* Remove needs in prerelease.yml

* Remove needs in release.yml

* Rename job and remove commit in release
  • Loading branch information
jiqiang90 authored Dec 22, 2020
1 parent 54c1571 commit e05e556
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

jobs:

Release-Publish:
name: Bump-Release-Publish
Build-Publish:
name: Build-Publish
if: "!startsWith(github.event.head_commit.message, '[SKIP CI]') && startsWith(github.event.head_commit.message, '[release]') && github.repository == 'OnFinality-io/subql'"
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -62,7 +62,3 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}


- name: Commit changes
uses: EndBug/add-and-commit@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e05e556

Please sign in to comment.