File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
- name : Gradle Wrapper Validation
49
49
uses : gradle/wrapper-validation-action@v1.0.5
50
50
51
- # Setup Java 11 environment for the next steps
51
+ # Setup Java 17 environment for the next steps
52
52
- name : Setup Java
53
53
uses : actions/setup-java@v4
54
54
with :
@@ -68,12 +68,12 @@ jobs:
68
68
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
69
69
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
70
70
71
- echo "::set-output name=version::$VERSION"
72
- echo "::set-output name=name::$NAME"
73
- echo "::set-output name=changelog::$CHANGELOG"
74
- echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
71
+ echo "name=version::$VERSION" >> $GITHUB_OUTPUT
72
+ echo "name=name::$NAME" >> $GITHUB_OUTPUT
73
+ echo "name=changelog::$CHANGELOG" >> $GITHUB_OUTPUT
74
+ echo "name=pluginVerifierHomeDir::~/.pluginVerifier" >> $GITHUB_OUTPUT
75
75
76
- ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
76
+ ./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
77
77
78
78
# Run tests
79
79
- name : Run Tests
You can’t perform that action at this time.
0 commit comments