Skip to content

Commit

Permalink
Merge f565f5a into release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 26, 2022
2 parents e12c0da + f565f5a commit f173cad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
type: now
target_branch: release
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Add <version number> git tag
run: |
git config --global user.name ${{ github.actor }}
git config --global user.email "<>"
git tag -f -a ${{ github.event.inputs.versionNumber }} -m "Release ${{ github.event.inputs.versionNumber }}"
git push -f --tags
- name: Create Github release
id: create-release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f173cad

Please sign in to comment.