diff --git a/actions/ghost-release/dist/index.js b/actions/ghost-release/dist/index.js index a069103..c4a85a1 100644 --- a/actions/ghost-release/dist/index.js +++ b/actions/ghost-release/dist/index.js @@ -1327,7 +1327,7 @@ const ghostVersion = ghostPackageInfo.version; ref: 'main', inputs: { version: 'ref', - version_extra: 'refs/tags/${ghostVersionTagged}', + version_extra: `refs/tags/${ghostVersionTagged}`, environment: 'both' } }); diff --git a/actions/ghost-release/index.js b/actions/ghost-release/index.js index 0bf2fe8..06b2876 100644 --- a/actions/ghost-release/index.js +++ b/actions/ghost-release/index.js @@ -125,7 +125,7 @@ const ghostVersion = ghostPackageInfo.version; ref: 'main', inputs: { version: 'ref', - version_extra: 'refs/tags/${ghostVersionTagged}', + version_extra: `refs/tags/${ghostVersionTagged}`, environment: 'both' } });