diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 1dd881d..42887c7 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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