Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-stx committed Jan 10, 2023
1 parent 0a8fd55 commit 671f3c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@ jobs:
- test

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}

# When successful, this job creates a version tag, triggering `publish-version.yml`
# When successful, this step creates a version tag, triggering `publish-version.yml`
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2.6.0
uses: cycjimmy/semantic-release-action@v3.2.0
id: semantic
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE_PACKAGE: ${{ github.workflow }}
with:
extra_plugins: |
@semantic-release/changelog
Expand Down

0 comments on commit 671f3c2

Please sign in to comment.