build(release): use correct python-semantic-release/publish-action · python-gitlab/python-gitlab@2f20634

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 2f20634

JohnVillalovosnejch

authored and

committed

build(release): use correct python-semantic-release/publish-action

The previous 'python-semantic-release/upload-to-gh-release' action has been deprecated. Closes: #3210

1 parent 326e1a4 commit 2f20634

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -32,7 +32,7 @@ jobs:

3232

if: steps.release.outputs.released == 'true'

3333
3434

- name: Publish package distributions to GitHub Releases

35-

uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9

35+

uses: python-semantic-release/publish-action@v10.0.2

3636

if: steps.release.outputs.released == 'true'

3737

with:

3838

github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments

 (0)