Skip to content

Commit 5f43f87

Browse files
authored
chore: revert release conditionals (#2188)
1 parent d1d61be commit 5f43f87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
# if there are changesets present, package.json will be bumped
3434
- name: Bump and Collect Versions
3535
run: |
36-
echo "CURRENT_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
3736
pnpm changeset version
3837
echo "RELEASE_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
3938
echo "FUEL_CORE_VERSION=$(cat ./packages/fuel-core/VERSION)" >> $GITHUB_ENV
@@ -62,7 +61,6 @@ jobs:
6261

6362
- name: Create Release Pull Request or Publish to npm
6463
id: changesets
65-
if: ${{ env.RELEASE_VERSION != env.CURRENT_VERSION }}
6664
uses: FuelLabs/changesets-action@main
6765
with:
6866
publish: pnpm changeset:publish ${{ env.RELEASE_VERSION }} ${{ github.ref_name }}

0 commit comments

Comments
 (0)