We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7ec80 + 24931b2 commit a40d315Copy full SHA for a40d315
1 file changed
.github/workflows/publish.yaml
@@ -93,6 +93,7 @@ jobs:
93
target/assets/*
94
95
- name: generate cultivator token
96
+ if: ${{ github.event_name == 'release' }}
97
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
98
id: generate-token
99
with:
0 commit comments