We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9a1ee commit 1bd4e24Copy full SHA for 1bd4e24
.github/workflows/publish-to-npm.yml
@@ -41,9 +41,9 @@ jobs:
41
run: cd frontend && npm ci && pwd
42
- name: Create Release Pull Request or Publish
43
id: changesets
44
- uses: changesets/action@v1
+ uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd
45
with:
46
- publish: pwd && ls -al frontend && npm run packages:publish
+ publish: npm run packages:publish
47
cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
48
env:
49
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments