Skip to content

Commit

Permalink
Update released.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 authored Nov 16, 2024
1 parent 039bc3d commit 0f6b625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*'
- '*'


jobs:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- name: ${{ github.ref_name }}リリース #GiHubにリリース
uses: softprops/action-gh-release@v1
with:
files: release/*
files: release/*

0 comments on commit 0f6b625

Please sign in to comment.