Skip to content

Commit

Permalink
feat: updating to new release management system
Browse files Browse the repository at this point in the history
  • Loading branch information
kieronlanning committed Jun 14, 2024
1 parent 7ed3cff commit c02f8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: npm install
run: npm install --no-progress --prefer-offline --no-audit

- name: Install semantic-release
run: npm install -g semantic-release @semantic-release/exec
# - name: Install semantic-release
# run: npm install -g semantic-release @semantic-release/exec

- name: Get release version
id: get_version
Expand Down

0 comments on commit c02f8e6

Please sign in to comment.