Skip to content

Commit

Permalink
Fix branch for pre-release step
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Dec 11, 2023
1 parent f925732 commit 726513c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: pre release

steps:
- uses: radcortez/project-metadata-action@master
- uses: radcortez/project-metadata-action@main
name: retrieve project metadata
id: metadata
with:
Expand All @@ -30,4 +30,4 @@ jobs:
if: contains(steps.metadata.outputs.current-version, 'SNAPSHOT')
run: |
echo '::error::Cannot release a SNAPSHOT version.'
exit 1
exit 1

0 comments on commit 726513c

Please sign in to comment.