Skip to content

Commit

Permalink
Rollback GITHUB commit
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-alarcon committed Jul 22, 2020
1 parent 68c8a2f commit 1736546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
GIT_COMMIT: ${{ github.sha }}
with:
tag_name: ${{ env.SOURCE_BRANCH }}-${GITHUB_SHA}
release_name: ${{ env.SOURCE_BRANCH }}-${GITHUB_SHA}
tag_name: ${{ env.SOURCE_BRANCH }}-${{ env.GIT_COMMIT }}
release_name: ${{ env.SOURCE_BRANCH }}-${{ env.GIT_COMMIT }}
body: |
Changes in this Release
- Added automatic release creation by push to a branch
Expand Down

0 comments on commit 1736546

Please sign in to comment.