Skip to content

Commit

Permalink
fix(ci): changed semantic-release-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Aug 25, 2023
1 parent 3a232b4 commit 8472e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ jobs:
- uses: actions/checkout@v2
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: master
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@iam1337/create-unitypackage
- name: Push UPM update
run: |
IFS=: read -r -a PROJECT_ASSETS_ARRAY <<< "$PROJECT_ASSETS"
Expand Down

0 comments on commit 8472e73

Please sign in to comment.