chore(ci): add checkout version for 3.11 and sign push

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-06-29 02:55:33 -04:00
parent c76dea468e
commit c5977c8fdd
2 changed files with 8 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ jobs:
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true
git_tag_gpgsign: true
git_push_gpgsign: true
- name: Install jq and curl
run: sudo apt-get install -y jq curl
- name: Create a release

View File

@@ -49,6 +49,8 @@ jobs:
ref: 'v${{ inputs.tags }}'
- name: Setup CI
uses: ./.github/actions/setup-repo
with:
python-version: '3.11'
- name: Create release notes
run: ./.github/actions/create_release_and_archive.sh ${{ inputs.tags }}
- name: Download Python artifacts
@@ -90,6 +92,8 @@ jobs:
fetch-depth: 0
- name: Setup CI
uses: ./.github/actions/setup-repo
with:
python-version: '3.11'
- name: Import bot's GPG key for signing commits
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v5
@@ -99,6 +103,8 @@ jobs:
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true
git_tag_gpgsign: true
git_push_gpgsign: true
- name: Install jq and curl
run: sudo apt-get install -y jq curl
- name: Bump version to dev