Skip to content

Commit

Permalink
feat: update semantic_version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton committed Oct 14, 2022
1 parent 708bb6a commit 11028a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
if: github.repository_owner == 'patsevanton'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0

- name: Release
uses: cycjimmy/semantic-release-action@v3.1.1
with:
semantic_version: 16
semantic_version: 18
extra_plugins: |
@semantic-release/changelog@6.0.1
@semantic-release/git@10.0.1
Expand Down

0 comments on commit 11028a7

Please sign in to comment.