Skip to content

Commit

Permalink
Release (#27)
Browse files Browse the repository at this point in the history
* Testing Release

* Testing release

* testing release
  • Loading branch information
jacoelho authored May 19, 2021
1 parent d4b9cf4 commit da39ba4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
- id: release
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: patch
- run: |

- name: Check Output Parameters
run: |
mkdir test && cd test
go mod init test
go get -u github.com/jacoelho/banking@${{ steps.release.outputs.tag_name }}"
Expand Down

0 comments on commit da39ba4

Please sign in to comment.