From c4bd3c2e18bc4a249e66c497a25124d12974092d Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 18 Jun 2021 12:55:11 -0700 Subject: [PATCH] test using releasr --- .github/workflows/release.yaml | 35 +++------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 409146b..47d3d4b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,38 +46,9 @@ jobs: chmod +x packagr-bumpr-linux-amd64 ./packagr-bumpr-linux-amd64 --help echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64 - - name: Commit - uses: EndBug/add-and-commit@v4 # You can change this to use a specific version - with: - - # The name of the user that will be displayed as the author of the commit - # Default: author of the commit that triggered the run - author_name: Jason Kulatunga - - # The email of the user that will be displayed as the author of the commit - # Default: author of the commit that triggered the run - author_email: jason@thesparktree.com - - # The local path to the directory where your repository is located. You should use actions/checkout first to set it up - # Default: '.' - cwd: ${{ env.PROJECT_PATH }} - - # Whether to use the --force option on `git add`, in order to bypass eventual gitignores - # Default: false - force: false - - # Whether to use the --signoff option on `git commit` - # Default: false - signoff: true - - # The message for the commit - # Default: 'Commit from GitHub Actions' - message: '(${{steps.bump_version.outputs.release_version}}) Automated packaging of release by Packagr' - - # Name of the tag to add to the new commit (see the paragraph below for more info) - # Default: '' - tag: ${{steps.bump_version.outputs.release_version}} - + - name: Commit Changes + id: commit + uses: packagrio/action-releasr-go@master env: # This is necessary in order to push a commit to the repo GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged