Skip to content

Commit

Permalink
Remove testing params for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
josephvoss committed May 13, 2021
1 parent c6b4372 commit b5566e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
nfpm -f build/nfpm.yaml pkg --packager rpm
- name: Release
uses: softprops/action-gh-release@v1
#if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: greggd*.rpm
tag_name: 0.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b5566e9

Please sign in to comment.