Skip to content

Commit c4bd3c2

Browse files
committed
test using releasr
1 parent a316f92 commit c4bd3c2

1 file changed

Lines changed: 3 additions & 32 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -46,38 +46,9 @@ jobs:
4646
chmod +x packagr-bumpr-linux-amd64
4747
./packagr-bumpr-linux-amd64 --help
4848
echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
49-
- name: Commit
50-
uses: EndBug/add-and-commit@v4 # You can change this to use a specific version
51-
with:
52-
53-
# The name of the user that will be displayed as the author of the commit
54-
# Default: author of the commit that triggered the run
55-
author_name: Jason Kulatunga
56-
57-
# The email of the user that will be displayed as the author of the commit
58-
# Default: author of the commit that triggered the run
59-
author_email: jason@thesparktree.com
60-
61-
# The local path to the directory where your repository is located. You should use actions/checkout first to set it up
62-
# Default: '.'
63-
cwd: ${{ env.PROJECT_PATH }}
64-
65-
# Whether to use the --force option on `git add`, in order to bypass eventual gitignores
66-
# Default: false
67-
force: false
68-
69-
# Whether to use the --signoff option on `git commit`
70-
# Default: false
71-
signoff: true
72-
73-
# The message for the commit
74-
# Default: 'Commit from GitHub Actions'
75-
message: '(${{steps.bump_version.outputs.release_version}}) Automated packaging of release by Packagr'
76-
77-
# Name of the tag to add to the new commit (see the paragraph below for more info)
78-
# Default: ''
79-
tag: ${{steps.bump_version.outputs.release_version}}
80-
49+
- name: Commit Changes
50+
id: commit
51+
uses: packagrio/action-releasr-go@master
8152
env:
8253
# This is necessary in order to push a commit to the repo
8354
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged

0 commit comments

Comments
 (0)