Skip to content

Commit

Permalink
Fix Optional and Required fields for resouces
Browse files Browse the repository at this point in the history
ref: #229
  • Loading branch information
Abhinav Grover committed Nov 20, 2023
1 parent b447ea6 commit e26ce68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2 # Limit the depth of the Git history fetch
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Clean up
run: |
# Remove unnecessary dependencies or cached files
go clean -modcache
- name: Import GPG key
id: import_gpg
uses: paultyng/ghaction-import-gpg@v2.1.0
Expand Down

0 comments on commit e26ce68

Please sign in to comment.