Fix verify-staged-artifacts.yml

* Some other GHAs clean up
This commit is contained in:
Artem Bilan
2023-11-14 16:08:28 -05:00
parent 0c72b9d543
commit 77b2d74ea2
4 changed files with 1 additions and 9 deletions

View File

@@ -73,8 +73,3 @@ jobs:
jf gradle nextDevelopmentVersion
git commit -a -m "[artifactory-release] Next development version"
git push origin
- name: Print Build Info
run: |
echo "::notice ::Artifactory Build Name=$JFROG_CLI_BUILD_NAME"
echo "::notice ::Artifactory Build Number=$JFROG_CLI_BUILD_NUMBER"

View File

@@ -32,7 +32,7 @@ jobs:
java -jar github-changelog-generator.jar $MILESTONE changelog.md \
--changelog.repository=$GITHUB_REPOSITORY \
--github.username=spring-builds \
--github.password=${{ secrets.GH_ACTIONS_REPO_TOKEN }} \
--github.password=$GITHUB_TOKEN \
--changelog.contributors.exclude.names=${{ inputs.repositoryTeam }}
- name: GitHub Release

View File

@@ -5,9 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -10,7 +10,6 @@ on:
jobs:
verify-staged:
needs: staging
runs-on: ubuntu-latest
steps: