Skip to content

Commit

Permalink
test: show $pwd before start semant release
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Jan 13, 2024
1 parent c59da1a commit 955e0a6
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 @@ -51,7 +51,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GIT_PKG }}

- name: Semantic release
run: npx semantic-release
run: echo $PWD; npx semantic-release

- name: Deploying package
run: npm publish
Expand Down

0 comments on commit 955e0a6

Please sign in to comment.