Skip to content

Commit 9787405

Browse files
committed
Modify github action to publish gem for testing purpose
1 parent a5658d3 commit 9787405

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ on:
33
release:
44
types:
55
- "created"
6-
6+
push:
7+
tags:
8+
- "v*"
79
jobs:
810
publish:
9-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest
1012

1113
steps:
1214
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)