Skip to content

Commit

Permalink
Try pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekitdev committed May 28, 2024
1 parent 6a5db7c commit 672b20d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,14 @@ jobs:
git config --local user.name ${{ env.name }}
git config --local user.email ${{ env.email }}
- name: Pull
run: git pull

- name: Commit
run: git commit --message "Add ${{ github.ref_name }} to the changelog."

- name: Push
run: git push origin main
run: git push

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 672b20d

Please sign in to comment.