Skip to content

Commit 0f6b625

Browse files
authored
Update released.yml
1 parent 039bc3d commit 0f6b625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/released.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88

99
jobs:
@@ -41,4 +41,4 @@ jobs:
4141
- name: ${{ github.ref_name }}リリース #GiHubにリリース
4242
uses: softprops/action-gh-release@v1
4343
with:
44-
files: release/*
44+
files: release/*

0 commit comments

Comments
 (0)