Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elinvention committed Nov 26, 2023
1 parent 385858f commit 51a1260
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install npm dependencies
run: npm install
Expand All @@ -35,16 +35,13 @@ jobs:
echo "body=$(git tag -l --format='%(contents:body)' ${GITHUB_REF/refs\/tags\//})" >> $GITHUB_ENV
- name: Release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1
id: create_release
with:
draft: false
prerelease: false
tag_name: ${{ github.ref }}
release_name: ${{ env.release_subject }}
name: ${{ env.release_subject }}
body: ${{ env.release_body }}
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload zip to release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 51a1260

Please sign in to comment.