Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix gobl-worker release #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Aug 10, 2023
1 parent aafe454 commit e0c1675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Update gobl-worker version
if: ${{ steps.bump.new_tag == steps.bump.tag }}
working-directory: ./gobl-worker
run: npm version --no-git-tag-version ${{ steps.bump_version.outputs.new_tag }}
run: npm version --no-git-tag-version ${{ steps.bump.outputs.new_tag }}

- name: Publish gobl-worker to NPM registry
if: ${{ steps.bump.new_tag == steps.bump.tag }}
Expand Down

0 comments on commit e0c1675

Please sign in to comment.