Skip to content

Commit 80c0f13

Browse files
committed
Fix release action for github
1 parent 7444376 commit 80c0f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagged_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
prerelease: false
4949
repo_token: ${{ secrets.GITHUB_TOKEN }}
5050
file: core/sds-aspect-meta-model-python/dist/sds-aspect-meta-model-python-${{steps.SDS_version.outputs.SdsVersion}}.tar.gz
51-
tag: ${{steps.SDS_version.outputs.SdsVersion}}
51+
tag: ${{ github.ref }}
5252

5353
- name: Create GitHub release
5454
if: ${{ (contains( github.ref, 'b' )) }}
@@ -59,4 +59,4 @@ jobs:
5959
prerelease: true
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}
6161
file: core/sds-aspect-meta-model-python/dist/sds-aspect-meta-model-python-${{steps.SDS_version.outputs.SdsVersion}}.tar.gz
62-
tag: ${{steps.SDS_version.outputs.SdsVersion}}
62+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)