Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Iam1337/extOSC
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Aug 25, 2023
2 parents fb80448 + 8472e73 commit 81ebf11
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 81ebf11

Please sign in to comment.