Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
eromani-r7 committed Sep 8, 2021
1 parent 979c0ed commit 4be9b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build
run: |
go build -o cps_linux_amd64 -v
go build -o cps_linux_amd64_binary -v
pip install PyGithub
pip install bumpversion
git fetch --tags
Expand All @@ -45,4 +45,4 @@ jobs:
git config --global user.name "Actions"
git tag -a "$NEW_VERSION" -m "version $NEW_VERSION"
git push --follow-tags
python githubrelease.py ${{github.repository}} $GITHUB_TOKEN $NEW_VERSION cps_linux_amd64 cps_linux_amd64
python githubrelease.py ${{github.repository}} $GITHUB_TOKEN $NEW_VERSION cps_linux_amd64_binary cps-linux-amd64

0 comments on commit 4be9b1f

Please sign in to comment.