Skip to content

Commit

Permalink
ci: use release script (#195)
Browse files Browse the repository at this point in the history
* ci: use release script

* style: new line
  • Loading branch information
saihaj committed Jun 12, 2021
1 parent 2dfdcd6 commit f20ff09
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
node-version: 14.x
registry-url: "https://registry.npmjs.org"

- name: Bump version
uses: shabados/actions/bump-version@release/next

- name: Cache Node.js modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -58,8 +55,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

- name: Release GH release
uses: shabados/actions/publish-github@release/next
with:
github_token: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit f20ff09

Please sign in to comment.