Skip to content

Commit

Permalink
fix: add the version number to JSON descriptor (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch authored Nov 1, 2023
2 parents ee317f5 + 1520779 commit 6659b12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/version_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
fi
git commit -m 'chore: files updated with tag: ${{ steps.generate_tag.outputs.new_tag }}'
git push
- name: "Create tag"
run: |
git tag -a "${{ steps.generate_tag.outputs.new_tag }}" -m "chore: files updated with tag: ${{ steps.generate_tag.outputs.new_tag }}"
git push origin "${{ steps.generate_tag.outputs.new_tag }}"
- name: "Get ms3 package & apply transform"
continue-on-error: true
run: |
Expand All @@ -65,4 +70,3 @@ jobs:
name: "${{ github.event.pull_request.title }}"
tag: "${{ steps.generate_tag.outputs.new_tag }}"
makeLatest: "latest"
commit: "${{ github.event.pull_request.base.ref }}"

0 comments on commit 6659b12

Please sign in to comment.