Skip to content

Commit

Permalink
BREAKING CHANGE: fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 1, 2024
1 parent e8cf988 commit 0485925
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: sed -i 's|'current-branch'|'${{ github.ref_name }}'|' .releaserc

# Use this GitHub Action
- name: Check package version
uses: technote-space/package-version-check-action@v1
with:
COMMIT_DISABLED:
# - name: Check package version
# uses: technote-space/package-version-check-action@v1
# with:
# COMMIT_DISABLED:

- name: Setup .yarnrc.yml
run: |
Expand All @@ -65,4 +65,3 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release


0 comments on commit 0485925

Please sign in to comment.