Skip to content

Commit

Permalink
chore: Add version tag to go install
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 4, 2022
1 parent 33cbe4c commit b843cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-image-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
go-version: '1.17'
- name: Install ghcr-cleaner
run: go install github.com/jidicula/ghcr-cleaner
run: go install github.com/jidicula/ghcr-cleaner@latest
- name: Run ghcr-cleaner
run: ghcr-cleaner --token "${{ secrets.GITHUB_TOKEN }}" --packagename clang-format

0 comments on commit b843cfd

Please sign in to comment.