We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7444376 commit 80c0f13Copy full SHA for 80c0f13
.github/workflows/tagged_release.yml
@@ -48,7 +48,7 @@ jobs:
48
prerelease: false
49
repo_token: ${{ secrets.GITHUB_TOKEN }}
50
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}}
+ tag: ${{ github.ref }}
52
53
- name: Create GitHub release
54
if: ${{ (contains( github.ref, 'b' )) }}
@@ -59,4 +59,4 @@ jobs:
59
prerelease: true
60
61
62
0 commit comments