Skip to content

Commit

Permalink
Fix cd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Aug 30, 2024
1 parent a0ba91e commit a8fb82a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ jobs:
path: typescript-client

- name: Bundle typescript client 📦
run: tar -czf release/spellbook-client-typescript.tar.gz typescript-client/spellbook_client
run: |
mkdir -p typescript-client/spellbook_client
tar -czf release/spellbook-client-typescript.tar.gz typescript-client/spellbook_client/
- name: Release 📧
uses: EasyDesk/action-semver-release@v1
Expand Down

0 comments on commit a8fb82a

Please sign in to comment.