File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy to packagecloud
2
- on : [release]
2
+ on :
3
+ push :
4
+ tags :
5
+ - ' *'
3
6
4
7
jobs :
5
8
deploy :
6
9
strategy :
7
10
fail-fast : false
8
11
matrix :
9
12
os :
10
- - name : el
11
- dist : 6
12
13
- name : el
13
14
dist : 7
14
15
- name : fedora
39
40
- name : deps
40
41
run : gem install package_cloud
41
42
43
+ - name : Set env
44
+ run : echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
45
+
42
46
- name : packpack
43
47
run : |
44
48
git clone https://github.com/packpack/packpack.git packpack
Original file line number Diff line number Diff line change 6
6
branches : [master]
7
7
types :
8
8
- completed
9
+ push :
10
+ tags :
11
+ - ' *'
9
12
10
13
env :
11
14
ROCK_NAME : " metrics"
23
26
https://${{ secrets.ROCKS_USERNAME }}:${{ secrets.ROCKS_PASSWORD }}@rocks.tarantool.org
24
27
push-tagged-rockspec :
25
28
runs-on : [ ubuntu-latest ]
26
- if : startsWith(github.ref, 'refs/tags') && github.event.workflow_run.conclusion == 'success'
29
+ if : startsWith(github.ref, 'refs/tags')
27
30
steps :
28
31
- uses : actions/checkout@master
29
32
Original file line number Diff line number Diff line change 1
1
name : Tests
2
- on : [push]
2
+ on :
3
+ push :
4
+ branches :
5
+ - ' *'
3
6
jobs :
4
7
test :
5
8
strategy :
You can’t perform that action at this time.
0 commit comments