Skip to content

Commit 2b8c069

Browse files
committed
Address incorrect command invocation
1 parent e06a22d commit 2b8c069

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
RELEASE_ENGINEERING_TOKEN: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
3838
run: |
39-
python scripts/release/update-release-assets.py
40-
--version $RELEASE_VERSION
41-
--layout scripts/release/release-layout.yml
42-
--ref $RELEASE_REF
43-
--repo "$GITHUB_REPOSITORY"
44-
--github-token "$GITHUB_REPOSITORY:$GITHUB_TOKEN" "github/codeql-coding-standards-release-engineering:$RELEASE_ENGEERING_TOKEN"
39+
python scripts/release/update-release-assets.py \
40+
--version $RELEASE_VERSION \
41+
--layout scripts/release/release-layout.yml \
42+
--ref $RELEASE_REF \
43+
--repo "$GITHUB_REPOSITORY" \
44+
--github-token "$GITHUB_REPOSITORY:$GITHUB_TOKEN" "github/codeql-coding-standards-release-engineering:$RELEASE_ENGINEERING_TOKEN" \
4545
--skip-checks

0 commit comments

Comments
 (0)