Skip to content

Commit

Permalink
chore: enable publishing to next (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza authored Oct 25, 2022
1 parent 50df4d0 commit 89dd29f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
cwd: ./packages/@dcl/dcl-rollup
## use action runId instead of current date to generate snapshot numbers
deterministic-snapshot: true

branch-to-next: 6.x.x

## publish every package to s3
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}/@dcl/dcl-rollup'
Expand All @@ -93,7 +94,8 @@ jobs:
cwd: ./packages/@dcl/legacy-ecs
## use action runId instead of current date to generate snapshot numbers
deterministic-snapshot: true

branch-to-next: 6.x.x

## publish every package to s3
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}/@dcl/legacy-ecs'
Expand All @@ -110,7 +112,8 @@ jobs:
cwd: ./packages/@dcl/amd
## use action runId instead of current date to generate snapshot numbers
deterministic-snapshot: true

branch-to-next: 6.x.x

## publish every package to s3
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}/@dcl/amd'
Expand All @@ -127,7 +130,8 @@ jobs:
cwd: ./packages/@dcl/js-runtime
## use action runId instead of current date to generate snapshot numbers
deterministic-snapshot: true

branch-to-next: 6.x.x

## publish every package to s3
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}/@dcl/js-runtime'
Expand All @@ -144,7 +148,8 @@ jobs:
cwd: ./packages/@dcl/build-ecs
## use action runId instead of current date to generate snapshot numbers
deterministic-snapshot: true

branch-to-next: 6.x.x

## publish every package to s3
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}/@dcl/build-ecs'
Expand All @@ -168,7 +173,8 @@ jobs:
cwd: ./packages/decentraland-ecs
## use action runId instead of current date to generate snapshot numbers
deterministic-snapshot: true

branch-to-next: 6.x.x

## publish every package to s3
s3-bucket: ${{ secrets.SDK_TEAM_S3_BUCKET }}
s3-bucket-key-prefix: '@dcl/js-sdk-toolchain/branch/${{ github.head_ref || github.ref }}'
Expand Down

0 comments on commit 89dd29f

Please sign in to comment.