Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers authored Feb 18, 2024
1 parent f9f1386 commit 181ef45
Showing 1 changed file with 2 additions and 2 deletions.
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 181ef45

Please sign in to comment.