Skip to content

Commit

Permalink
fix: change the working_dir on release configuration files (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Fernandes authored Feb 9, 2024
1 parent b7ebd1c commit c01ddab
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 @@ -98,7 +98,7 @@ jobs:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
working_directory: ./src
working_directory: .
branch: main
env:
GITHUB_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit c01ddab

Please sign in to comment.