Skip to content

Commit

Permalink
fix: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanpdn committed Feb 21, 2023
1 parent e5d7a02 commit 1478956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vue-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: npm-publish
on:
push:
branches: [main]
tags:
- "v*.*.*"
jobs:
release:
name: 🔥 publish
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "awesome-vue-ui",
"version": "0.1.7",
"main": "./dist/vue-ui.umd.js",
"main": "./dist/vue-ui.umd.js",
"module": "./dist/vue-ui.es.js",
"author": "Hassan Pudineh",
"description": "Awesome UI components for Vue.js 3",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'dist/**'],
message: 'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
message: 'chore(release): set `package.json` to ${nextRelease.version}'
}
]
]
Expand Down

0 comments on commit 1478956

Please sign in to comment.