Skip to content

Commit

Permalink
fix(action-release): shareable config tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoffreyPlouvier committed Feb 28, 2023
1 parent 577040a commit 8946bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
debug: false,
dryRun: false,
// eslint-disable-next-line no-template-curly-in-string
tagFormat: "from-remote:v${version}",
tagFormat: "from-remote-v${version}",
branches: [
// stable
{ name: 'main' },
Expand Down

0 comments on commit 8946bdf

Please sign in to comment.