Skip to content

Commit

Permalink
remove releases
Browse files Browse the repository at this point in the history
  • Loading branch information
garvsl committed Jan 3, 2024
1 parent 368aba1 commit f8c1d4a
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Release
# name: Release

on:
push:
branches:
- main
workflow_dispatch:
# on:
# push:
# branches:
# - main
# workflow_dispatch:


jobs:
release:
name: Bump Version and Release
runs-on: ubuntu-latest
steps:
- name: Setup Repo
uses: actions/checkout@v2
# jobs:
# release:
# name: Bump Version and Release
# runs-on: ubuntu-latest
# steps:
# - name: Setup Repo
# uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 16.x
# cache: yarn

- name: Install dependencies
run: yarn install
# - name: Install dependencies
# run: yarn install

- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
# - name: Semantic release
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release

0 comments on commit f8c1d4a

Please sign in to comment.