Add SRPM Artifact To Releases
* Upload SRPMs that are created * Update actions/checkout to v3 Closes #614 Signed-off-by: Michael L. Young <myoung@ciq.co>
This commit is contained in:
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
matrix: # Pin go version to the one(s) below.
|
||||
go: [ '1.17' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup go ${{ matrix.go }}
|
||||
uses: actions/setup-go@v3
|
||||
|
||||
Reference in New Issue
Block a user