Skip to content

Commit

Permalink
Merge pull request #23 from cacoco/cacoco/RunnerIssues
Browse files Browse the repository at this point in the history
[release] Another workaround attempt for dependent job
  • Loading branch information
cacoco authored Feb 5, 2024
2 parents 038b401 + 10a8265 commit 26486b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
call-codemeta-version:
needs: goreleaser
if: always() && (needs.goreleaser.result == 'success')
uses: ./.github/workflows/codemeta-version.yaml
with:
release-version: ${{ needs.goreleaser.outputs.release-version }}
secrets: inherit
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/codemeta-version.yaml
with:
release-version: ${{ needs.goreleaser.outputs.release-version }}

0 comments on commit 26486b2

Please sign in to comment.