Skip to content

Commit

Permalink
ci: Enabled @semantic-release/github as part of the release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLandbridge committed May 4, 2023
1 parent b695147 commit a0d809d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm ci
- run: npm run build
- name: Release
run: npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
GH_TOKEN: ${{ secrets.GH_TOKEN }}
11 changes: 11 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist",
"name": "Cypress-SignalR-Mock"
}
]
}
]
]
}

0 comments on commit a0d809d

Please sign in to comment.