@@ -28,18 +28,18 @@ jobs:
28
28
uses : actions/setup-node@v3
29
29
with :
30
30
node-version : " 14.x"
31
-
31
+
32
32
- name : get excalidraw version
33
33
id : excalidraw_version
34
34
run : echo "::set-output name=version::$(cat ./APP_VERSION)"
35
35
36
36
- name : Check out excalidraw
37
37
uses : actions/checkout@v3
38
38
with :
39
- repository : ' excalidraw/excalidraw'
39
+ repository : " excalidraw/excalidraw"
40
40
path : excalidraw
41
41
ref : v${{ steps.excalidraw_version.outputs.version }}
42
-
42
+
43
43
- name : install packages
44
44
working-directory : excalidraw
45
45
run : yarn --ignore-optional
@@ -92,10 +92,10 @@ jobs:
92
92
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
93
93
ACI_RELEASE_ID : ${{ needs.create_release.outputs.releaseid }}
94
94
95
- # - name: update helm charts appVersion
96
- # uses: peter-evans/repository-dispatch@v2
97
- # with:
98
- # token: ${{ secrets.HELM_REPO_TOKEN }}
99
- # repository: fullstack-devops/helm-charts
100
- # event-type: update_chart_version
101
- # client-payload: '{"chart": "excalidraw", "version": "${{ needs.create_release.outputs.version }}"}'
95
+ - name : update helm charts appVersion
96
+ uses : peter-evans/repository-dispatch@v2
97
+ with :
98
+ token : ${{ secrets.HELM_REPO_TOKEN }}
99
+ repository : fullstack-devops/helm-charts
100
+ event-type : update_chart_version
101
+ client-payload : ' {"chart": "excalidraw", "version": "${{ needs.create_release.outputs.version }}"}'
0 commit comments