|
57 | 57 | node utils/retry npm test |
58 | 58 |
|
59 | 59 | - name: Deploy |
60 | | - if: startsWith(github.ref, 'refs/tags/test-v') |
| 60 | + if: startsWith(github.ref, 'refs/tags/v') |
61 | 61 | env: |
62 | 62 | node_pre_gyp_bucket: ${{ secrets.node_pre_gyp_bucket }} |
63 | 63 | node_pre_gyp_accessKeyId: ${{ secrets.node_pre_gyp_accessKeyId }} |
@@ -107,19 +107,19 @@ jobs: |
107 | 107 | # but it's not, because the CI runner for windows doesn't wait for each step as listed here |
108 | 108 | # and it treats each additional step past the first as an orphaned process. |
109 | 109 | - name: Deploy (Dependencies) |
110 | | - if: startsWith(github.ref, 'refs/tags/test-v') |
| 110 | + if: startsWith(github.ref, 'refs/tags/v') |
111 | 111 | run: npm install -g node-pre-gyp aws-sdk |
112 | 112 |
|
113 | 113 | - name: Deploy (Clean) |
114 | | - if: startsWith(github.ref, 'refs/tags/test-v') |
| 114 | + if: startsWith(github.ref, 'refs/tags/v') |
115 | 115 | run: node lifecycleScripts\clean |
116 | 116 |
|
117 | 117 | - name: Deploy (Package) |
118 | | - if: startsWith(github.ref, 'refs/tags/test-v') |
| 118 | + if: startsWith(github.ref, 'refs/tags/v') |
119 | 119 | run: node-pre-gyp package |
120 | 120 |
|
121 | 121 | - name: Deploy (Publish) |
122 | | - if: startsWith(github.ref, 'refs/tags/test-v') |
| 122 | + if: startsWith(github.ref, 'refs/tags/v') |
123 | 123 | env: |
124 | 124 | node_pre_gyp_bucket: ${{ secrets.node_pre_gyp_bucket }} |
125 | 125 | node_pre_gyp_accessKeyId: ${{ secrets.node_pre_gyp_accessKeyId }} |
|
0 commit comments