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 4e0ecf7 commit 50d3a5cCopy full SHA for 50d3a5c
2 files changed
.github/workflows/publish-ui.yml
@@ -16,7 +16,7 @@ permissions:
16
17
jobs:
18
publish-fss:
19
- runs-on: self-hosted
+ runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v6
22
@@ -67,7 +67,7 @@ jobs:
67
NPM_CONFIG_CACHE: ${{ github.workspace }}/.npm-cache
68
69
publish-extension-api:
70
71
needs: publish-fss
72
73
@@ -119,7 +119,7 @@ jobs:
119
120
121
publish-ui:
122
123
needs: publish-extension-api
124
125
0 commit comments