Skip to content

Commit ce6de68

Browse files
authored
Fix: Update semantic release config (fixes #223) (#230)
* Update semantic release config * Add bower.json to semantic-release assets
1 parent dd9e387 commit ce6de68

File tree

3 files changed

+3493
-3047
lines changed

3 files changed

+3493
-3047
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: 'lts/*'
19+
registry-url: https://registry.npmjs.org
1920
- name: Install dependencies
2021
run: npm ci
2122
- name: Release
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2525
run: npx semantic-release

0 commit comments

Comments
 (0)