Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed May 6, 2024
1 parent bd613e8 commit c8f09c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ jobs:
run: git fetch --prune --unshallow --tags
- name: Generate SDK
run: make build
- name: Get current tag
id: get_tag
run: echo "::set-output name=tag::${GITHUB_REF##*/}"
- name: Create new tag
id: create_tag
uses: mathieudutour/github-tag-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: sdk/${{ steps.get_tag.outputs.tag }}
custom_tag: sdk/${{ github.event.release.tag_name }}
tag_prefix: ""
- name: Compress SDK folder
run: |
Expand Down

0 comments on commit c8f09c9

Please sign in to comment.