Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyT291 committed Nov 25, 2023
2 parents e007179 + bfabf24 commit 4e5813e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
git config --local user.email "[email protected]"
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.SPIGOT }}@github.com/sammyt291/FineHarvest.git "v${{ steps.extract_version.outputs.version }}"
env:
GITHUB_TOKEN: ${{ secrets.SPIGOT }}

git push https://${{ secrets.PUBBUILD }}@github.com/sammyt291/FineHarvest.git "v${{ steps.extract_version.outputs.version }}"
- name: Create GitHub Release
if: steps.check_tag.outputs.exists == 'false'
uses: softprops/action-gh-release@v1
Expand All @@ -54,4 +52,4 @@ jobs:
release_name: "Release v${{ steps.extract_version.outputs.version }}"
files: build/libs/*.jar
env:
GITHUB_TOKEN: ${{ secrets.SPIGOT }}
GITHUB_TOKEN: ${{ secrets.PUBBUILD }}

0 comments on commit 4e5813e

Please sign in to comment.