We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404b175 commit 1a5b921Copy full SHA for 1a5b921
.github/workflows/release.yml
@@ -44,7 +44,8 @@ jobs:
44
npm version ${{ github.event.inputs.bump }} --no-git-tag-version
45
version=$(jq -r .version package.json)
46
echo "version=$version" >> $GITHUB_OUTPUT
47
- git add package.json package-lock.json
+ sed -i "s/^export const BitpayPluginInfo = .*$/export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v$version';/" src/Env.ts
48
+ git add package.json package-lock.json src/Env.ts
49
git commit -m "Bump version to $version"
50
git tag $version
51
git push origin ${{ github.ref_name }}
0 commit comments