Skip to content

Commit e451e47

Browse files
committed
add ship for publish
1 parent b559218 commit e451e47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
140140
publish:
141141
runs-on: ubuntu-latest
142+
if: ${{ github.repository == 'aws-powertools/powertools-lambda-java' }}
142143
needs:
143144
- build
144145
environment: Release
@@ -166,6 +167,7 @@ jobs:
166167
if: ${{ inputs.snapshot == false }}
167168
needs:
168169
- publish
170+
- build
169171
permissions:
170172
pull-requests: write
171173
contents: write

0 commit comments

Comments
 (0)