Skip to content

Commit

Permalink
Merge pull request #802 from jansule/update-release-yaml
Browse files Browse the repository at this point in the history
ci: update version of semantic-release-action
  • Loading branch information
jansule committed May 28, 2024
2 parents 2d8a804 + f137553 commit 78c9ee3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build

- name: Release 🚀
uses: cycjimmy/semantic-release-action@v4
uses: cycjimmy/semantic-release-action@v4.1.0
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
"@commitlint/config-conventional": "^18.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@terrestris/eslint-config-typescript": "^4.0.0",
"@types/color-name": "^1.1.1",
"@types/jest": "^29.5.3",
Expand Down

0 comments on commit 78c9ee3

Please sign in to comment.