Skip to content

Commit

Permalink
Merge pull request #12 from tiavina-mika/develop
Browse files Browse the repository at this point in the history
fix: update config
  • Loading branch information
tiavina-mika authored Apr 30, 2024
2 parents cb1ddfa + 219f7d5 commit a759bbd
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
with:
persist-credentials: false


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

# need this for using yarn
- name: Enable Corepack
run: corepack enable
Expand All @@ -50,6 +42,15 @@ jobs:
registry-url: 'https://registry.npmjs.org'
# instead of using the local cache in .yarn folder, since it's in .gitignore
cache: 'yarn'

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


- run: yarn
# for Yarn v1, use `yarn publish` instead
# - run: yarn npm publish // if using yarn
Expand Down

0 comments on commit a759bbd

Please sign in to comment.