Skip to content

Commit

Permalink
Merge pull request #22 from vivid-planet/fix-release-workflow
Browse files Browse the repository at this point in the history
fix release workflow: wrong path to admin package
  • Loading branch information
raphaelblum authored Jan 24, 2024
2 parents 40843b1 + 1a00b76 commit 36e9a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get version to be published
run: |
cd packages/admin/admin
cd packages/admin
echo "PUBLISHED_VERSION=$(pnpm pkg get version | sed -r 's/"//g')" >> $GITHUB_ENV
- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 36e9a60

Please sign in to comment.