Skip to content

Commit b201f7b

Browse files
authored
Merge pull request #98 from workfloworchestrator/fix-show-minus-button
Try fixin action version to a commit
2 parents 4a44438 + 1bd4e24 commit b201f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
run: cd frontend && npm ci && pwd
4242
- name: Create Release Pull Request or Publish
4343
id: changesets
44-
uses: changesets/action@v1
44+
uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd
4545
with:
46-
publish: pwd && ls -al frontend && npm run packages:publish
46+
publish: npm run packages:publish
4747
cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
4848
env:
4949
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)