File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 thunderstore-config : thunderstore.toml
2424 build-dir : build
2525 artifact-content-type : application/zip
26+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " true"
2627
2728jobs :
2829 release :
@@ -37,14 +38,15 @@ jobs:
3738 fi
3839
3940 - name : Checkout files
40- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4142 with :
4243 lfs : true
4344
4445 - name : Rotate unreleased section in changelog
45- uses : thomaseizinger/keep-a-changelog-new-release@77ac767b2f7f6edf2ee72ab3364ed26667086f96
46+ uses : baynezy/ChangeLogger.Action@6e3ad430f08e13698bb01027a13ba4349b0143cc
4647 with :
4748 tag : ${{ inputs.tag }}
49+ log-path : ${{ env.changelog }}
4850
4951 - name : Rotate version in Thunderstore CLI config
5052 run : |
6567 echo "artifact-path=${{ env.build-dir }}/${ARTIFACT_NAME}" >> "$GITHUB_ENV"
6668
6769 - name : Upload artifact to workflow
68- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
6971 with :
7072 name : ${{ env.artifact-name }}
7173 path : ${{ env.artifact-path }}
You can’t perform that action at this time.
0 commit comments