Skip to content

Commit

Permalink
ci: temporarily pin semantic-release-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Jan 3, 2024
1 parent 4c6e466 commit 3e5c8e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
- uses: ./lint-release-notes
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extra-plugins: |
@open-turo/[email protected]
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
semantic-release-extra-plugins: |
@open-turo/[email protected]
test:
name: Test
runs-on: ubuntu-latest
Expand All @@ -36,4 +40,4 @@ jobs:
override-github-ref-name: ${{ github.event.pull_request.head.ref }}
dry-run: true
extra-plugins: |
@open-turo/semantic-release-config
@open-turo/semantic-release-config@4.0.3
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extra-plugins: |
@open-turo/semantic-release-config
@open-turo/semantic-release-config@4.0.3

0 comments on commit 3e5c8e2

Please sign in to comment.