Skip to content

Commit

Permalink
re-remove if to enable release
Browse files Browse the repository at this point in the history
  • Loading branch information
C34A committed Jan 23, 2022
1 parent bc674cf commit 12e88c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{secrets.TOKEN}}
with:
Expand Down

0 comments on commit 12e88c3

Please sign in to comment.