Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
remove build-number action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 22, 2022
1 parent 046b6ae commit a04c5e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Generate build number
uses: Team-Fruit/build-number@v2
with:
token: ${{secrets.github_token}}
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand All @@ -37,7 +33,7 @@ jobs:
GH_TOKEN: ${{secrets.github_token}}
run: |
export TRAVIS_TAG=$(bash -c "if [[ ${GITHUB_REF} == refs/tags/* ]] ; then echo ${GITHUB_REF##*/} ; else echo ; fi")
export TRAVIS_BUILD_NUMBER=${BUILD_NUMBER}
export TRAVIS_BUILD_NUMBER=${GITHUB_RUN_NUMBER}
chmod a+x ./gradlew
./gradlew clean setupCIWorkspace --continue
./gradlew build githubRelease curseforge publish --continue
Expand Down

0 comments on commit a04c5e9

Please sign in to comment.