Skip to content

Commit

Permalink
chore: incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Jul 11, 2023
1 parent 8807e26 commit 8ec5508
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 @@ -24,7 +24,7 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 20.1.0
semantic_version: 18
branches: |
[
"main",
Expand All @@ -34,8 +34,8 @@ jobs:
}
]
extra_plugins: |
"@semantic-release/commit-analyzer"
"@semantic-release/release-notes-generator"
"@semantic-release/commit-analyzer@9.0.2"
"@semantic-release/release-notes-generator@10.0.3"
"@semantic-release/github"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 8ec5508

Please sign in to comment.