Skip to content

Commit 1e24081

Browse files
committed
'Deploy to Google Apps Script' GitHub Action
1 parent 1861f8d commit 1e24081

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/deploy-to-google-apps-script.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,11 @@ jobs:
4040
- name: Pre-deployment list of deployments
4141
run: npm run claspDeployments
4242

43-
- name: Echo tag_name
44-
run: echo ${{ github.event.release.tag_name }}
43+
- name: Push to Google Apps Scripts
44+
run: npm run claspPush
4545

46-
# - name: Push to Google Apps Scripts
47-
# run: npm run claspPush
48-
49-
# - name: Deploy to Google Apps Scripts
50-
# run: npm run claspDeployWithDescription ${{ github.event.release.tag_name }}
46+
- name: Deploy to Google Apps Scripts
47+
run: npm run claspDeployWithDescription ${{ github.event.release.tag_name }}
5148

5249
- name: Post-deployment list of deployments
5350
run: npm run claspDeployments

0 commit comments

Comments
 (0)