We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1861f8d commit 1e24081Copy full SHA for 1e24081
.github/workflows/deploy-to-google-apps-script.yml
@@ -40,14 +40,11 @@ jobs:
40
- name: Pre-deployment list of deployments
41
run: npm run claspDeployments
42
43
- - name: Echo tag_name
44
- run: echo ${{ github.event.release.tag_name }}
+ - name: Push to Google Apps Scripts
+ run: npm run claspPush
45
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 }}
+ - name: Deploy to Google Apps Scripts
+ run: npm run claspDeployWithDescription ${{ github.event.release.tag_name }}
51
52
- name: Post-deployment list of deployments
53
0 commit comments