Skip to content

Commit

Permalink
Merge pull request #7 from aplura/next
Browse files Browse the repository at this point in the history
Fri Jun  7 11:59:50 EDT 2024 GitHubAction for Release
  • Loading branch information
alacercogitatus authored Jun 7, 2024
2 parents 2854fb1 + da65c23 commit 32298d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Tag the commit
run: |
next_version=${{ steps.version.outputs.output }}
git config --global user.email "appsupport@aplura.com"
git config --global user.name "${{ github.actor }}"
git tag -a "$next_version" -m "Version $next_version"
git push --follow-tags
- name: Build Package SDist
Expand Down

0 comments on commit 32298d7

Please sign in to comment.