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.
2 parents 9c16cc8 + b712efa commit f6dbbf3Copy full SHA for f6dbbf3
.github/workflows/release-on-push.yml
@@ -27,7 +27,7 @@ on:
27
28
jobs:
29
create-release:
30
- runs-on: ubuntu-latest
+ runs-on: pub-hk-ubuntu-24.04-ip
31
permissions:
32
contents: write
33
pull-requests: write
.github/workflows/release.yml
@@ -114,4 +114,3 @@ jobs:
114
package_name: ${{ needs.release-please-pr.outputs.package_name }}
115
pr_number: ${{ needs.release-please-pr.outputs.pr_number }}
116
branch_name: ${{ github.ref_name }}
117
-
.github/workflows/update-release-configs.yml
@@ -40,4 +40,3 @@ jobs:
40
41
- name: Update release configs
42
uses: ./workflows-repo/.github/actions/update-release-configs-job-public
43
0 commit comments