Skip to content

Commit

Permalink
Merge branch 'qa'
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Nov 22, 2024
2 parents a82c9eb + b575f61 commit 7cf8602
Show file tree
Hide file tree
Showing 5 changed files with 8,029 additions and 1,963 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build action
run: npm run build

- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "action.yml"],
"assets": ["dist/**/*", "CHANGELOG.md", "package.json", "action.yml"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
Expand Down
Loading

0 comments on commit 7cf8602

Please sign in to comment.