Skip to content

Commit 5c37a99

Browse files
Merge pull request #18 from paritytech/yuri/fix-request-action
Fixing octokit/request-action for release workflow
2 parents cedd2b0 + 9f63474 commit 5c37a99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
name: package
3838
path: "dist/create-polkadot-dapp-*.tgz"
3939

40-
- uses: octokit/[email protected]
40+
# v2.4.0
41+
# Working around "Action not found"
42+
# @see https://github.com/octokit/request-action/issues/315
43+
- uses: octokit/request-action@bbedc70
4144
with:
4245
route: POST /repos/paritytech/npm_publish_automation/actions/workflows/publish.yml/dispatches
4346
ref: main

0 commit comments

Comments
 (0)