File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: "Package Release"
2
2
3
3
on :
4
4
push :
5
- # TODO: Remove this branch once we're done testing
6
- branches :
7
- - " release-tooling"
8
5
tags :
9
6
- " *"
10
7
27
24
28
25
# TODO: create changelog from tag description
29
26
- name : " Add dummy changelog"
30
- if : ${{ github.ref_type != 'tag' }}
31
27
run : " echo 'Development Build' > changelog"
32
28
33
29
- name : " Build package.xml"
53
49
retention-days : 3
54
50
55
51
- name : " Upload release artifact"
56
- if : ${{ github.ref_type == 'tag' }}
57
52
run : gh release upload ${{ github.ref_name }} mongodb-${{ env.PACKAGE_VERSION }}.tgz
58
53
# Until we've changed the process to always have a release draft, ignore errors during upload
59
54
continue-on-error : true
@@ -106,7 +101,6 @@ jobs:
106
101
retention-days : 3
107
102
108
103
- name : " Create and upload release artifact"
109
- if : ${{ github.ref_type == 'tag' }}
110
104
run : |
111
105
ARCHIVE=php_mongodb-${{ github.ref_name }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}.zip
112
106
zip $ARCHIVE php_mongodb.dll php_mongodb.pdb CREDITS CONTRIBUTING.md LICENSE README.md THIRD_PARTY_NOTICES
You can’t perform that action at this time.
0 commit comments