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 aed6c3d commit 919a99bCopy full SHA for 919a99b
.github/workflows/ci-cd.yml
@@ -66,7 +66,7 @@ jobs:
66
67
upload-stage:
68
name: Upload assets
69
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
70
needs: build
71
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
72
strategy:
@@ -105,7 +105,7 @@ jobs:
105
106
upload-prod:
107
108
109
110
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
111
0 commit comments