Skip to content

Commit

Permalink
Fix release action for github
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Oct 4, 2022
1 parent 7444376 commit 80c0f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
prerelease: false
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: core/sds-aspect-meta-model-python/dist/sds-aspect-meta-model-python-${{steps.SDS_version.outputs.SdsVersion}}.tar.gz
tag: ${{steps.SDS_version.outputs.SdsVersion}}
tag: ${{ github.ref }}

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

0 comments on commit 80c0f13

Please sign in to comment.