Skip to content

Commit

Permalink
Fixing metadata-version
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Dec 17, 2023
1 parent 5c21cc7 commit 28f6d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
persist-credentials: false # otherwise, the token used is the PA_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

- uses: radcortez/project-metadata-action@main
- uses: radcortez/project-metadata-action@1.1
name: Retrieve project metadata from '.github/project.yml'
id: metadata
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- uses: radcortez/project-metadata-action@main
- uses: radcortez/project-metadata-action@1.1
name: Retrieve project metadata from '.github/project.yml'
id: metadata
with:
Expand Down

0 comments on commit 28f6d09

Please sign in to comment.