Skip to content

Commit

Permalink
remove duplicate ci task for changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Sep 18, 2023
1 parent 65775c4 commit 20bcf27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Changesets Version and Release

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
cache: "yarn"

- name: Install project dependencies
run: yarn
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 20bcf27

Please sign in to comment.