Skip to content

Commit

Permalink
fix(release): remove tag condition to see if this would prevent the w…
Browse files Browse the repository at this point in the history
…orkflow from running when the release pushes a tag
  • Loading branch information
JoelAlphonso committed Jun 2, 2022
1 parent 16de8c3 commit 4f1d6f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
- alpha
- next
- next-major
tags:
- '*'

env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 4f1d6f9

Please sign in to comment.