Skip to content

Commit

Permalink
fix: CI for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesholland-uk committed Feb 6, 2023
1 parent 09673e6 commit 4175aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Create release and publish
id: release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 17.1.1
extra_plugins: |
Expand All @@ -150,7 +150,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Store built collection
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: collection
path: |
Expand Down

0 comments on commit 4175aff

Please sign in to comment.