We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2d595 commit bbdddb9Copy full SHA for bbdddb9
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
tag_name: ${{ github.event.release.tag_name || github.ref_name }}
10
- artifact-name: flagsmith-common-${{ github.event.release.tag_name || github.ref_name }}
+ artifact-name: flagsmith-python-client-${{ github.event.release.tag_name || github.ref_name }}
11
12
jobs:
13
build:
0 commit comments