Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyt291 committed Nov 25, 2023
1 parent 839bbab commit bfabf24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
git config --local user.name "GitHub Action"
git tag -a "v${{ steps.extract_version.outputs.version }}" -m "Release v${{ steps.extract_version.outputs.version }}"
git push https://${{ secrets.PUBBUILD }}@github.com/sammyt291/FineHarvest.git "v${{ steps.extract_version.outputs.version }}"
env:
GITHUB_TOKEN: ${{ secrets.PUBBUILD }}

- name: Create GitHub Release
if: steps.check_tag.outputs.exists == 'false'
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bfabf24

Please sign in to comment.