release.yaml (etcd-3.5.6) | : | release.yaml (etcd-3.5.7) | ||
---|---|---|---|---|
name: Release | name: Release | |||
on: [push, pull_request] | on: [push, pull_request] | |||
jobs: | jobs: | |||
main: | main: | |||
runs-on: ubuntu-latest | runs-on: ubuntu-latest | |||
steps: | steps: | |||
- uses: actions/checkout@v2 | - uses: actions/checkout@v2 | |||
- uses: actions/setup-go@v2 | - uses: actions/setup-go@v2 | |||
with: | with: | |||
go-version: "1.16.15" | go-version: "1.17.13" | |||
- run: | | - run: | | |||
git config --global user.email "github-action@etcd.io" | git config --global user.email "github-action@etcd.io" | |||
git config --global user.name "Github Action" | git config --global user.name "Github Action" | |||
gpg --batch --gen-key <<EOF | gpg --batch --gen-key <<EOF | |||
%no-protection | %no-protection | |||
Key-Type: 1 | Key-Type: 1 | |||
Key-Length: 2048 | Key-Length: 2048 | |||
Subkey-Type: 1 | Subkey-Type: 1 | |||
Subkey-Length: 2048 | Subkey-Length: 2048 | |||
Name-Real: Github Action | Name-Real: Github Action | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |