Skip to content

Commit

Permalink
Merge pull request #37 from nanten2/r-yamada1998-patch-1
Browse files Browse the repository at this point in the history
R yamada1998 patch 1
  • Loading branch information
r-yamada1998 authored Aug 14, 2023
2 parents 36afcd5 + 03a0c6c commit c481c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
steps:
- name: Create Release
id: create_release
if: github.run_number == 1
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref}}
# tag_name: ${{ github.ref}}
release_name: ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit c481c5d

Please sign in to comment.