Skip to content

Commit

Permalink
Update auto release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 17, 2024
1 parent 66b43f2 commit f37a843
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 @@ -25,8 +25,8 @@ jobs:
uses: actions/create-release@v1
with:
tag_name: ${{ steps.get_tag.outputs.tag }}
release_name: Release ${{ steps.get_tag.outputs.tag }}
release_name: ${{ steps.get_tag.outputs.tag }}
body: |
Release notes for ${{ steps.get_tag.outputs.tag }}
[![npm](https://img.shields.io/badge/npm-v${{ steps.get_tag.outputs.tag }}-blue.svg)](https://www.npmjs.com/package/use-m/v/${{ steps.get_tag.outputs.tag }})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f37a843

Please sign in to comment.