We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d83eb7 commit 2abe95bCopy full SHA for 2abe95b
1 file changed
.github/workflows/main.yml
@@ -13,6 +13,7 @@ on:
13
env:
14
UPSTREAM_REPO: ManyouTeam/UltimateShop
15
JAVA_VERSION: '21'
16
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
17
18
jobs:
19
sync-and-build:
@@ -147,7 +148,7 @@ jobs:
147
148
149
- name: Create Release
150
if: steps.check_changes.outputs.has_changes == 'true'
- uses: softprops/action-gh-release@v1
151
+ uses: softprops/action-gh-release@v2
152
with:
153
tag_name: v${{ github.run_number }}-${{ steps.check_changes.outputs.upstream_sha }}
154
name: Auto Build - ${{ steps.check_changes.outputs.upstream_sha }}
0 commit comments