Skip to content

Commit

Permalink
fix: add more missing steps to release gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Sep 11, 2022
1 parent f2fcccd commit e3fab20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: '^1.19.0'
- name: Fix file permissions
run: sudo chmod 0700 internal/arch/file/expect/test/permissions/0700.txt
- name: golangci-lint
- name: Lint Go files
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ jobs:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Setup Git Crypt
run: sudo apt-get install -y git-crypt
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '^1.19.0'
- name: Fix file permissions
run: sudo chmod 0700 internal/arch/file/expect/test/permissions/0700.txt
- name: golangci-lint
- name: Lint Go files
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
Expand Down

0 comments on commit e3fab20

Please # to comment.