Skip to content

Commit

Permalink
chore: do not login on snapcraft on snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 28, 2022
1 parent c5904a9 commit c006c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: snapcraft-login
if: startsWith(github.ref, 'refs/tags/v')
run: snapcraft login --with <(echo "${{ secrets.SNAPCRAFT_LOGIN }}")
- name: goreleaser-release
env:
Expand Down
6 changes: 1 addition & 5 deletions www/docs/static/schema-pro.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c006c9d

Please sign in to comment.