diff --git a/.github/workflows/new_tag_release.yaml b/.github/workflows/new_tag_release.yaml index b28e379..b3b92d4 100644 --- a/.github/workflows/new_tag_release.yaml +++ b/.github/workflows/new_tag_release.yaml @@ -221,11 +221,14 @@ jobs: with: name: app-android path: artifacts + - id: vars + run: | + echo ::set-output name=tag::${GITHUB_REF:11} - name: "Create release" uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - name: Release ${{ github.ref }} + name: Release ${{ steps.vars.outputs.tag }} body: ${{ steps.changelog.outputs.changelog }} token: ${{ secrets.GITHUB_TOKEN }} files: |