Skip to content

Commit

Permalink
ci: auto-release exclude fullname.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Aug 21, 2022
1 parent 3148ca8 commit 96d5b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ORG_GRADLE_PROJECT_signingKey: ${{secrets.RELEASE_SIGNING_GPG_PRIVATE_KEY}}
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.RELEASE_SIGNING_GPG_PASSPHRASE}}
run: ./gradlew clean build publish genUpdateJson outputProjectFullName
run: ./gradlew clean build publish genUpdateJson

- name: Update update JSON
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down

0 comments on commit 96d5b19

Please sign in to comment.