Skip to content

Commit d876018

Browse files
fix: 👷 Should fix release GH action, attempt 8.
1 parent e585303 commit d876018

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ module.exports = {
44
'@semantic-release/commit-analyzer',
55
'@semantic-release/release-notes-generator',
66
'@semantic-release/changelog',
7+
[
8+
'@semantic-release/exec',
9+
{
10+
publishCmd: 'tar -czf three-stdlib-dist.tar.gz dist/',
11+
},
12+
],
713
[
814
'@semantic-release/git',
915
{
@@ -14,7 +20,7 @@ module.exports = {
1420
[
1521
'@semantic-release/github',
1622
{
17-
assets: ['dist/**/*'],
23+
assets: ['three-stdlib-dist.tar.gz'],
1824
successComment: false,
1925
failComment: false,
2026
labels: false,

0 commit comments

Comments
 (0)