Skip to content

Commit

Permalink
πŸ”Š add test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Mar 4, 2024
1 parent b6c0136 commit e0f496a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
steps:
- name: 'Setup node πŸ›ŽοΈ'
uses: 'dudeofawesome/actions/node-setup@v1'
with:
install-modules: false

- name: 'Publish to NPM πŸš€'
env:
Expand All @@ -58,6 +56,8 @@ jobs:
- name: 'Get package version πŸ”–'
id: 'get-package-version'
run: 'echo "version=v$(npm pkg get version | jq --raw-output)" >> "$GITHUB_OUTPUT"'
- name: 'πŸ”Š'
run: 'ls -lha packages/code-style/codestylerc.schema.json'
- name: 'Publish files to Github Releases πŸš€'
uses: 'softprops/action-gh-release@v1'
with:
Expand Down

0 comments on commit e0f496a

Please sign in to comment.