Skip to content

Commit

Permalink
chore: add tag name to release
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Mar 3, 2024
1 parent c54970b commit 7184d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
owner, repo,
tag_name: tag,
title: tag,
name: tag,
draft: false,
make_latest: "true",
target_commitish: sha
});
release_id = release.data.id;
Expand Down

0 comments on commit 7184d36

Please sign in to comment.