Skip to content

Commit

Permalink
fix: try adding branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Nov 26, 2022
1 parent c532251 commit 6b2dd05
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 @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Test Package
uses: dmeents/maestro/src/github-actions/test-standard
uses: dmeents/maestro/src/github-actions/test-standard@main
with:
testSuite: ${{ matrix.suite }}

Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build semantic-release-yarn
uses: dmeents/maestro/src/github-actions/build-standard
uses: dmeents/maestro/src/github-actions/build-standard@main
with:
packageName: semantic-release-yarn

Expand All @@ -34,7 +34,7 @@ jobs:
- name: Get latest code
run: git pull origin main
- name: Release @dmeents/semantic-release-yarn
uses: dmeents/maestro/src/github-actions/release-standard
uses: dmeents/maestro/src/github-actions/release-standard@main
with:
packageName: semantic-release-yarn
npmToken: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6b2dd05

Please sign in to comment.