Skip to content

Commit

Permalink
fix: publish of latest on pre-releases creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Feb 4, 2025
1 parent 656ad58 commit 4e777fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4e777fc

Please sign in to comment.