Skip to content

Commit 8b1e0f3

Browse files
committed
Fix typo in GitHub workflow
1 parent 20fa5c5 commit 8b1e0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Code below inspired from this action:
6262
# - uses: taiki-e/create-gh-release-action@v1
6363
# with:
64-
# title: ProjectQ $tag
64+
# title: pylint-secure-coding-standard $tag
6565
# changelog: CHANGELOG.md
6666
# env:
6767
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -80,7 +80,7 @@ jobs:
8080
if [[ "${tag}" =~ ^v?[0-9\.]+-[a-zA-Z_0-9\.-]+(\+[a-zA-Z_0-9\.-]+)?$ ]]; then
8181
prerelease="--prerelease"
8282
fi
83-
gh release create "v${RELEASE_VERSION}" ${prerelease:-} --title "ProjectQ v${RELEASE_VERSION}" --notes "${notes:-}" dist/*
83+
gh release create "v${RELEASE_VERSION}" ${prerelease:-} --title "pylint-secure-coding-standard v${RELEASE_VERSION}" --notes "${notes:-}" dist/*
8484
8585
- name: Setup Python for Pypi upload
8686
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)