Skip to content

Commit

Permalink
Avoid README update if tag contains beta
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Jun 6, 2020
1 parent 913fcea commit 7a735d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
sed -i "/deb_x86_64_sha256/s/SHA256:.*/SHA256: $_sha/" ./README.md
- name: Release README
if: "! contains (steps.vars.outputs.ver, 'beta')"
uses: EndBug/add-and-commit@v4
with:
add: README.md
Expand Down

0 comments on commit 7a735d6

Please sign in to comment.