Skip to content

Commit a1b8085

Browse files
authored
doc: fix release docs (#368)
1 parent 9fbc7b5 commit a1b8085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To publish a new version of `wasi-sdk` as a GitHub release:
3030
workflow completed successfully:
3131

3232
```shell script
33-
ci/is-worfklow-valid.sh $TAG $WORKFLOW_RUN_ID $GITHUB_TOKEN
33+
ci/is-workflow-valid.sh $TAG $WORKFLOW_RUN_ID $GITHUB_TOKEN
3434
```
3535

3636
4. Download and unzip the workflow artifacts. Note that artifacts with `+m` or
@@ -39,7 +39,7 @@ To publish a new version of `wasi-sdk` as a GitHub release:
3939
Windows, MacOS, Linux). The following script does all of this automatically:
4040

4141
```shell script
42-
ci/download-workflow-artifacts.sh $TAG $WORKFLOW_RUN_ID $GITHUB_TOKEN
42+
ci/download-workflow-artifacts.sh $WORKFLOW_RUN_ID $GITHUB_TOKEN
4343
```
4444

4545
5. Draft a new release. This could be done [manually][releases] but the

0 commit comments

Comments
 (0)