2
0
Эх сурвалжийг харах

reverting workflow change

rickard 2 жил өмнө
parent
commit
f2ddb09338

+ 2 - 2
.github/workflows/release.yml

@@ -8,7 +8,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v2
     - name: Set up JDK 11
       uses: actions/setup-java@v3
       with:
@@ -32,7 +32,7 @@ jobs:
     - name: Fix Platform Independent Build
       run: ./gradlew fixPlatformIndependent -Ptag_name=${{ github.ref_name }}
     - name: Create Release
-      uses: softprops/action-gh-release@v0.1.14
+      uses: softprops/action-gh-release@v1
 
       with:
         files: dist/jmonkeyplatform*.*