We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29af54f + 39059a1 commit 1736df5Copy full SHA for 1736df5
.github/workflows/goreleaser.yml
@@ -70,7 +70,7 @@ jobs:
70
echo "GORELEASER_ARGS=--snapshot --skip-publish" >> $GITHUB_ENV
71
- name: setup quill
72
uses: 1password/load-secrets-action@v2
73
- if: startsWith(github.ref, 'refs/tags/') == true && github.actor == github.repository_owner
+ if: startsWith(github.ref, 'refs/tags/') == true && (github.actor == github.repository_owner || github.actor == 'ekristen-dev[bot]')
74
with:
75
export-env: true
76
env:
0 commit comments