File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments