Skip to content

Commit

Permalink
fix: edit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
UrijHoruzij committed Jan 9, 2023
1 parent 6a16635 commit 8491c85
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ on:
branches:
- master

jobs:
# semantic:
# name: Semantic
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Setup Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 18.x
# - name: Install dependencies
# run: yarn install
# - name: Install semantic-release extra plugins
# run: yarn add -D @semantic-release/changelog @semantic-release/git
# - name: Build
# run: npm run build
# - name: Release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: npx semantic-release

release:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8491c85

Please sign in to comment.