Skip to content

Commit

Permalink
chore: revert release conditionals (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Apr 26, 2024
1 parent d1d61be commit 5f43f87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -33,7 +33,6 @@ jobs:
# if there are changesets present, package.json will be bumped
- name: Bump and Collect Versions
run: |
echo "CURRENT_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
pnpm changeset version
echo "RELEASE_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
echo "FUEL_CORE_VERSION=$(cat ./packages/fuel-core/VERSION)" >> $GITHUB_ENV
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:

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

0 comments on commit 5f43f87

Please sign in to comment.