Skip to content

Commit

Permalink
ci(bump): use main instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbruggeman committed May 24, 2024
1 parent 254bca3 commit 50780b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Bump Version

on:
push:
pull_request:

jobs:
bump-version:
Expand Down Expand Up @@ -60,4 +59,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
branch: ${{ github.ref }}
branch: main

0 comments on commit 50780b2

Please sign in to comment.