File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 33
33
# if there are changesets present, package.json will be bumped
34
34
- name : Bump and Collect Versions
35
35
run : |
36
- echo "CURRENT_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
37
36
pnpm changeset version
38
37
echo "RELEASE_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
39
38
echo "FUEL_CORE_VERSION=$(cat ./packages/fuel-core/VERSION)" >> $GITHUB_ENV
62
61
63
62
- name : Create Release Pull Request or Publish to npm
64
63
id : changesets
65
- if : ${{ env.RELEASE_VERSION != env.CURRENT_VERSION }}
66
64
uses : FuelLabs/changesets-action@main
67
65
with :
68
66
publish : pnpm changeset:publish ${{ env.RELEASE_VERSION }} ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments