Skip to content

Commit

Permalink
feat(release): better release system (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine ZANARDI <antoinezanardi@daveo.fr>
  • Loading branch information
antoinezanardi and Antoine ZANARDI committed Mar 3, 2023
1 parent e9ef1e9 commit 5dd4f01
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Setup GitHub repository 🔧
Expand All @@ -17,12 +17,5 @@ jobs:
node-version: '18'
- name: Install project dependencies 📦
run: npm ci
- name: Wait for build to succeed ✋
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.ref }}
check-name: 'Werewolves Assistant API Build Workflow'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 5
- name: Release 🏷️
run: npx semantic-release

0 comments on commit 5dd4f01

Please sign in to comment.