Skip to content

Commit

Permalink
ci: Fix auto release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliggett committed Feb 6, 2022
1 parent 6715126 commit 8a2fd36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,10 @@ jobs:

- name: Create GitHub release
uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1
if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }}
#if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }}
if: ${{ github.ref == 'refs/heads/root' }}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: v${{ env.VERSION }}
files: |
jjversion-${{ env.VERSION }}-linux-x64.zip
Expand Down

0 comments on commit 8a2fd36

Please sign in to comment.