Skip to content

Commit 74708e2

Browse files
committed
doity heck
1 parent c7f4301 commit 74708e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,15 @@ jobs:
211211
path: target/assets/${{ matrix.binary }}_*
212212

213213
- name: Generate cultivator token
214-
if: ${{ github.event_name == 'release' }}
214+
# if: ${{ github.event_name == 'release' }}
215215
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
216216
id: generate-token
217217
with:
218218
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"
219219
private-key: "${{ secrets.EDERA_CULTIVATION_APP_PRIVATE_KEY }}"
220220

221221
- name: 'Upload release artifacts with retry'
222-
if: ${{ github.event_name == 'release' }}
222+
# if: ${{ github.event_name == 'release' }}
223223
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
224224
with:
225225
timeout_minutes: 5

0 commit comments

Comments
 (0)