Skip to content

Commit

Permalink
💚 Fix publish (#9)
Browse files Browse the repository at this point in the history
Fixes package publishing.
  • Loading branch information
connorjs authored Aug 3, 2024
1 parent fa12605 commit a59e936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
with:
cache: npm
node-version-file: .node-version
registry-url: https://registry.npmjs.org

- name: Set version
run: sed -i 's/0.0.0-gitversion/${{ env.GitVersion_SemVer }}/g' package.json
Expand Down

0 comments on commit a59e936

Please sign in to comment.