Skip to content

Commit d03a659

Browse files
committed
Test push on tags
1 parent 2a485fc commit d03a659

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Release
22
on:
33
push:
44
tags:
5-
- 'v[0-9]+.[0-9]+.[0-9]+'
5+
# - 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v*.*.*'
67
workflow_dispatch:
78

89
jobs:
@@ -115,7 +116,8 @@ jobs:
115116

116117
# Mac
117118
- name: Upload the mac installer asset
118-
if: ${{ runner.os == 'macOS' && startsWith(github.ref, 'refs/tags/') }}
119+
# if: ${{ runner.os == 'macOS' && startsWith(github.ref, 'refs/tags/') }}
120+
if: runner.os == 'macOS'
119121
uses: softprops/action-gh-release@v1
120122
env:
121123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)