Skip to content

Commit

Permalink
Merge 1d92b19 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 f173cad + 1d92b19 commit 75ecf14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
type: now
target_branch: release
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Release branch
uses: actions/checkout@v2
with:
ref: release
- name: Add <version number> git tag
run: |
git config --global user.name ${{ github.actor }}
Expand Down

0 comments on commit 75ecf14

Please sign in to comment.