Skip to content

Commit

Permalink
dont include metadata in release tag/name
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 22, 2023
1 parent 2bd6858 commit 46f44b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ async function run(): Promise<void> {
const templates = [
{
key: '__VERSION__',
value: info.version.split('+')[0],
},
{
key: '__FULL_VERSION__',
value: info.version,
},
{
Expand Down

0 comments on commit 46f44b8

Please sign in to comment.