Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Nov 26, 2022
1 parent de4f145 commit 061de8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Move to semantic-release-yarn
run: cd ./semantic-release-yarn
- name: Test Package
uses: ../maestro/src/github-actions/test-standard
uses: ./maestro/src/github-actions/test-standard
with:
testSuite: ${{ matrix.suite }}

Expand All @@ -39,7 +39,7 @@ jobs:
- name: Move to semantic-release-yarn
run: cd ./semantic-release-yarn
- name: Build semantic-release-yarn
uses: ../maestro/src/github-actions/build-standard
uses: ./maestro/src/github-actions/build-standard
with:
packageName: semantic-release-yarn

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Move to semantic-release-yarn
run: cd ./semantic-release-yarn
- name: Release @dmeents/semantic-release-yarn
uses: ../maestro/src/github-actions/release-standard
uses: ./maestro/src/github-actions/release-standard
with:
packageName: semantic-release-yarn
npmToken: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 061de8e

Please sign in to comment.