Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
simboonlong committed Mar 3, 2023
1 parent e03870a commit 9edd82f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,8 @@ jobs:
run: npm run test -- --coverage
- name: Integration Test
run: npm run e2e:ci
release:
if: github.ref == 'refs/heads/master'
needs: [test]
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Semantic Release
if: ${{ !env.ACT }}
- name: Release
if: github.ref == 'refs/heads/master'
run: npx [email protected] --branches master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 9edd82f

Please sign in to comment.