Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoViana95 committed Jan 3, 2024
1 parent e686be3 commit 37792be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
pre-release:
uses: ./changeset.yaml
uses: ./.github/workflows/changeset.yaml
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
release:
uses: ./changeset.yaml
uses: ./.github/workflows/changeset.yaml

0 comments on commit 37792be

Please sign in to comment.