Skip to content

Commit

Permalink
Rename tag to remove naming conflict
Browse files Browse the repository at this point in the history
Fixes the tag naming conflict that broke the repo a little bit
  • Loading branch information
mattarnold98 authored Jan 1, 2021
1 parent 6460162 commit 17e53e4
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 @@ -24,7 +24,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: events-${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
Expand Down

0 comments on commit 17e53e4

Please sign in to comment.