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 9459ae7 commit 68e18fbCopy full SHA for 68e18fb
.github/workflows/publish.yml
@@ -23,7 +23,7 @@
23
concurrency:
24
group: ${{ github.head_ref || github.ref }}
25
cancel-in-progress: false
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
27
steps:
28
- uses: actions/[email protected]
29
with:
@@ -40,4 +40,4 @@
40
41
node-version: '14'
42
- run: npm install -g @google/clasp
43
- - run: ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}
+ - run: ./.github/scripts/clasp_push.sh ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments