Skip to content

Commit 0b1c0f7

Browse files
Update CD.yml
1 parent bc3c473 commit 0b1c0f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
release-type: simple
1818
package-name: shipengine
1919

20-
# Checkout code if release was created
2120
- uses: actions/checkout@v2.5.0
22-
if: ${{ steps.release.outputs.release_created }}
23-
24-
# Setup Java and deploy if a release was created
21+
2522
- name: Setup Java
2623
uses: actions/setup-java@v3.6.0
2724
with:

0 commit comments

Comments
 (0)