Skip to content

Commit 3a012d9

Browse files
authored
Only run release once to avoid errors (#22)
1 parent ee7d64a commit 3a012d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
docker tag ppiper/node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }} ppiper/node-browsers:${{ env.PIPER_version }}
4444
docker push ppiper/node-browsers:${{ env.PIPER_version }}
4545
- uses: SAP/project-piper-action@master
46+
if: ${{ matrix.base-image-tag == '10-buster' }}
4647
with:
4748
piper-version: latest
4849
command: githubPublishRelease

0 commit comments

Comments
 (0)