Skip to content

Commit

Permalink
Fix release-files-spec.json for path to match
Browse files Browse the repository at this point in the history
* Move `run-name` to the caller's `release-staging.yml` workflow
  • Loading branch information
artembilan committed Oct 23, 2023
1 parent d51772c commit f0209ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-files-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {"$match": "org.springframework*"}
"path": {"$match": "org/springframework*"}
},
{
"$or": [
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
description: 'Next development version like 3.1.1-SNAPSHOT'
required: true

run-name: Release version ${{ inputs.releaseVersion }}

jobs:
staging:
uses: ./.github/workflows/spring-artifactory-gradle-release-staging.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
default: 'dist'
type: string

run-name: Release version ${{ inputs.releaseVersion }}

env:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
Expand Down

0 comments on commit f0209ee

Please sign in to comment.