Fix verify-staged-artifacts.yml
* Some other GHAs clean up
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -5,9 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -10,7 +10,6 @@ on:
|
||||
|
||||
jobs:
|
||||
verify-staged:
|
||||
needs: staging
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user