Skip to content

Commit

Permalink
chore: releae pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares committed Aug 30, 2021
1 parent a181e9f commit 52d97c8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Release

on:
push:
branches:
- "beta"
- "next"
- "master"

jobs:
release:
runs-on: ubuntu-latest
name: release
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: "14"
- run: yarn --frozen-lockfile
- run: yarn release
env:
GH_TOKEN: ${{ github.token }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"semantic-release": "^17.4.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ricardocasares/bemba.git"
"type": "ssh+git",
"url": "git@github.com:ricardocasares/bemba.git"
}
}

1 comment on commit 52d97c8

@vercel
Copy link

@vercel vercel bot commented on 52d97c8 Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.