Skip to content

Commit

Permalink
Add checkout to release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Dec 12, 2024
1 parent e7948a6 commit 2e6ae36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: release

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/release
with:
repository-id: 'ossrh'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
if: ${{github.event.pull_request.merged == true}}

steps:
- uses: actions/checkout@v4
- uses: radcortez/project-metadata-action@master
name: Retrieve project metadata
id: metadata
Expand Down

0 comments on commit 2e6ae36

Please sign in to comment.