Skip to content

Commit

Permalink
Update on-tag-do-release.yml
Browse files Browse the repository at this point in the history
test1
  • Loading branch information
ikpil authored Sep 9, 2023
1 parent 47bfc6f commit 8397cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-tag-do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: on-tag-do-release
on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'
- 'v[0-9]+\.[0-9]+\.[0-9]+'
jobs:
release:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Run
run: |
Expand Down

0 comments on commit 8397cfc

Please sign in to comment.