diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 000000000000..7199e47d2b45 --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,4 @@ +--- +self-hosted-runner: + labels: + - chris-testing diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4e75ff9deb6..532ab99ef892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -990,7 +990,7 @@ jobs: scripts/check-release-notes-version.sh - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version.outputs.version }} name: Release v${{ steps.version.outputs.version }}