Skip to content

Commit

Permalink
fix: removing inexistent folder from github actions release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Nov 1, 2023
1 parent 65a4b70 commit 81f3a06
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 @@ -40,7 +40,7 @@ jobs:
with:
branch: ${{ github.ref }}
commit_message: "chore(release): preparing ${{ steps.tag_version.outputs.new_version }}"
file_pattern: CHANGELOG.md setup.cfg drydock/* tutor_plugin/*
file_pattern: CHANGELOG.md setup.cfg drydock/*
release:
needs: bumpversion
if: needs.bumpversion.outputs.version
Expand Down

0 comments on commit 81f3a06

Please sign in to comment.