Skip to content

Commit 072e3e0

Browse files
committed
trying to fix build by rolling back to previous release drafter version
1 parent dff0daf commit 072e3e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v3
1414
with:
@@ -32,7 +32,8 @@ jobs:
3232
- name: Fix Platform Independent Build
3333
run: ./gradlew fixPlatformIndependent -Ptag_name=${{ github.ref_name }}
3434
- name: Create Release
35-
uses: softprops/action-gh-release@v1
35+
uses: softprops/action-gh-release@v0.1.14
36+
3637
with:
3738
files: dist/jmonkeyplatform*.*
3839
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)