Skip to content

Commit

Permalink
Update xcode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Castro authored Jul 23, 2023
1 parent 39590cc commit d7afa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
tag_name: v${{ github.run_id }}
release_name: Release v${{ github.run_id }}
body: |
Changes in this release:
${{ steps.commit_messages.outputs.commits }}
Expand Down

0 comments on commit d7afa9f

Please sign in to comment.