Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
chaynabors committed Dec 28, 2023
1 parent 0952fc2 commit cda9079
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Create release
shell: bash
Expand All @@ -35,7 +33,7 @@ jobs:
git config --global user.name 'Chay Nabors'
git config --global user.email '[email protected]'
git commit -am "bump version"
git push
git push origin HEAD:main
build-and-upload:
name: Build ${{ matrix.name }}
Expand Down

0 comments on commit cda9079

Please sign in to comment.