Skip to content

Commit ae8e7af

Browse files
authored
Merge pull request #654 from NebulaModTeam/PhantomGamers-patch-3
Update publish-release.yml
2 parents f9f1386 + eccc73d commit ae8e7af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/thunderstore_bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function generateManifest() {
123123
BEPINEX_DEPENDENCY,
124124
`nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`,
125125
"PhantomGamers-IlLine-1.0.0",
126-
"starfi5h-BulletTime-1.2.10",
126+
"starfi5h-BulletTime-1.4.5",
127127
],
128128
website_url: "https://github.com/hubastard/nebula"
129129
};

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "::set-output name=dir::$(npm config get cache)"
3434
3535
- name: Cache dependencies
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ${{ steps.npm-cache.outputs.dir }}
3939
key: npm-${{ hashFiles('package-lock.json') }}
@@ -85,7 +85,7 @@ jobs:
8585
echo "::set-output name=ver::$ver"
8686
8787
# Create release
88-
- uses: hubastard/release-action@v1
88+
- uses: NebulaModTeam/release-action@v1
8989
with:
9090
artifactErrorsFailBuild: true
9191
bodyFile: "${{ env.DIST_RELEASE_FOLDER }}BODY.md"

0 commit comments

Comments
 (0)