Skip to content

Commit

Permalink
Merge pull request #654 from NebulaModTeam/PhantomGamers-patch-3
Browse files Browse the repository at this point in the history
Update publish-release.yml
  • Loading branch information
starfi5h authored Feb 18, 2024
2 parents f9f1386 + eccc73d commit ae8e7af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/thunderstore_bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function generateManifest() {
BEPINEX_DEPENDENCY,
`nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`,
"PhantomGamers-IlLine-1.0.0",
"starfi5h-BulletTime-1.2.10",
"starfi5h-BulletTime-1.4.5",
],
website_url: "https://github.com/hubastard/nebula"
};
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: npm-${{ hashFiles('package-lock.json') }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
echo "::set-output name=ver::$ver"
# Create release
- uses: hubastard/release-action@v1
- uses: NebulaModTeam/release-action@v1
with:
artifactErrorsFailBuild: true
bodyFile: "${{ env.DIST_RELEASE_FOLDER }}BODY.md"
Expand Down

0 comments on commit ae8e7af

Please sign in to comment.