diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 021d669..8569de8 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -38,12 +38,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.event.inputs.tag }} - release_name: Release ${{ github.event.inputs.tag }} + release_name: ${{ github.event.inputs.tag }} draft: false prerelease: false body: | Changes since [${{ steps.previoustag.outputs.tag }}](https://github.com/${{ github.repository }}/compare/${{ steps.previoustag.outputs.tag }}...${{ github.event.inputs.tag }}) - + - name: Manually update version and tag in podspec run: | sed -i.bak 's/\(version = \)"[^"]*"/\1"${{ github.event.inputs.tag }}"/' AnalyticsSwiftCIO.podspec