Skip to content

Commit

Permalink
build: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
withxat committed Sep 26, 2024
1 parent cceb0bf commit 0baee9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get Current Date
id: get-current-date
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release ${{ github.ref_name }}
body: ${{ steps.generate-release-notes.outputs.release_notes }}
Expand Down

0 comments on commit 0baee9e

Please sign in to comment.