Skip to content

Commit

Permalink
CI: Fix branch check
Browse files Browse the repository at this point in the history
Fix for 0243a31
  • Loading branch information
al3xtjames committed Apr 19, 2021
1 parent 53a7c83 commit 7e51c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
echo "PLUGIN_TAG=$plugin_date.0" >> $GITHUB_ENV
fi
- if: github.ref == 'refs/heads/master'
name: Upload to Releases
- name: Upload to Releases
if: ${{ github.ref == 'refs/heads/master' }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7e51c30

Please sign in to comment.