-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0952fc2
commit cda9079
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,6 @@ jobs: | |
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Create release | ||
shell: bash | ||
|
@@ -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 }} | ||
|