File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 50
50
51
51
52
52
- name : Test Report
53
- uses : phoenix-actions/test-reporting@v8
53
+ uses : phoenix-actions/test-reporting@v15
54
54
id : test-report
55
55
if : success() || failure()
56
56
with :
@@ -112,35 +112,6 @@ jobs:
112
112
name : Release sub-job
113
113
needs : package
114
114
uses : ./.github/workflows/release.yml
115
- # env:
116
- # TAG_NAME: ${{needs.package.outputs.TAG_NAME }}
117
115
with :
118
116
tag_name : ${{ needs.package.outputs.tag-name }}
119
117
artifact_name : sp-pkg
120
- # name: Release SPFx solution
121
- # runs-on: ubuntu-latest
122
- # needs: package
123
- # steps:
124
- # - name: Check out git repository
125
- # uses: actions/checkout@v4
126
-
127
- # - name: Download published artifact
128
- # uses: actions/download-artifact@v4
129
- # with:
130
- # name: sp-pkg
131
-
132
- # - name: Get Package Properties
133
- # id: json_properties
134
- # uses: zoexx/github-action-json-file-properties@release
135
- # with:
136
- # file_path: config/package-solution.json
137
-
138
- # - name: Release SPFx Package
139
- # uses: softprops/action-gh-release@v2
140
- # continue-on-error: true
141
- # env:
142
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143
- # with:
144
- # files: spfx-react-jest-testing.sppkg
145
- # tag_name: ${{ steps.json_properties.solution.version }}
146
- # name: Release v${{ steps.json_properties.solution.version }}
You can’t perform that action at this time.
0 commit comments