From 4e777fcc1fd14c65172a23aa95b3e3ff46219bd7 Mon Sep 17 00:00:00 2001 From: Alejo Thomas Ortega Date: Tue, 4 Feb 2025 15:55:19 -0300 Subject: [PATCH] fix: publish of latest on pre-releases creation --- .github/workflows/build-and-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 212be91..32390a4 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -7,15 +7,12 @@ on: pull_request: release: types: - - created + - released - prereleased jobs: build-publish: uses: decentraland/platform-actions/.github/workflows/libs-build-and-publish.yml@main - with: - custom-tag: pr-${{ github.event.pull_request.number }} - branch-to-custom-tag: ${{ github.head_ref }} secrets: SDK_TEAM_S3_BUCKET: ${{ secrets.SDK_TEAM_S3_BUCKET }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}