Skip to content

Commit

Permalink
ci: release semantic version update
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Sep 5, 2023
1 parent 0ff0b46 commit 6928f6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
semantic_version: 18.0.1
semantic_version: 19.0.5
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@google/semantic-release-replace-plugin
@google/semantic-release-replace-plugin@1.2.0
no-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6928f6f

Please sign in to comment.