chore(actions): replace export script with pack in release workflow

This commit is contained in:
Erica Marigold 2024-03-30 12:41:39 +05:30
parent 106f93a6d2
commit 81baa265b7
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -33,7 +33,7 @@ jobs:
- name: Build package
id: export
run: echo "tarball=$(pnpm export | tail -n 1)" >> "$GITHUB_OUTPUT"
run: echo "tarball=$(pnpm pack | tail -n 1)" >> "$GITHUB_OUTPUT"
- name: Publish artifacts
uses: ncipollo/release-action@v1