Skip to content

Commit

Permalink
ci: 🐛 fix commit to main would trigger release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dulltackle authored Oct 11, 2022
1 parent 8113a7b commit 69459ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Auto Release

on:
push:
branches:
- "main"
tags:
- "v*"

jobs:
auto-release:
runs-on: ubuntu-latest
steps:
- run: gh release create --generate-notes
- run: gh release create $GITHUB_REF_NAME --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 69459ef

Please sign in to comment.