Skip to content

Commit

Permalink
ci: move artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Dec 26, 2023
1 parent 77801ac commit 0caeb5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
uses: actions/download-artifact@v3
with:
path: artifacts
- name: Move artifacts
run: yarn artifacts
- name: List packages
run: ls -R ./npm
shell: bash
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"@semantic-release/npm",
"@semantic-release/git"
],
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "master", {"name": "next", "prerelease": true}, {"name": "ci/use-semantic-release", "prerelease": "test"}]
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "master", {"name": "next", "prerelease": true}, {"name": "ci/use-semantic-release", "channel": "test", "prerelease": "test"}]
}

0 comments on commit 0caeb5b

Please sign in to comment.