Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo committed Nov 24, 2024
1 parent 1fa7f30 commit 1a5d796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: RELEASE

on:
workflow_dispatch:
push:
branches:
- main

jobs:
source:
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default {
'@semantic-release/github',
'@semantic-release/npm',
],
tagFormat: '${version}',
};

0 comments on commit 1a5d796

Please sign in to comment.