Browse Source

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

rickard 2 years ago
parent
commit
072e3e0b9c
1 changed files with 3 additions and 2 deletions
  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 }}