Skip to content

Commit

Permalink
chore: rollback to build only, no release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaszkowic committed Aug 22, 2024
1 parent 61d58a7 commit f8d37dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Release
name: Build
on:
push:
branches:
Expand All @@ -17,25 +17,4 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm run build
release:
needs: [build]
name: Release
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: npm clean-install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
- run: npm run build
17 changes: 0 additions & 17 deletions release.config.mjs

This file was deleted.

0 comments on commit f8d37dd

Please sign in to comment.