Skip to content

Commit

Permalink
remove release (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioRobayo authored Jul 21, 2024
1 parent d3ee979 commit 9e2e8af
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,3 @@ jobs:
with:
name: dist
path: dist
release:
runs-on: ubuntu-latest
needs: build-and-test
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.19.1
cache: npm
- name: Download build
uses: actions/download-artifact@v3
with:
name: dist
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 9e2e8af

Please sign in to comment.