Explorar o código

trying to fix build by rolling back to previous release drafter version

rickard %!s(int64=2) %!d(string=hai) anos
pai
achega
072e3e0b9c
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      .github/workflows/release.yml

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

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