Skip to content

Commit

Permalink
Merge pull request #24 from cacoco/cacoco/LetItBe
Browse files Browse the repository at this point in the history
[release] stop trying to force sequentiality
  • Loading branch information
cacoco authored Feb 5, 2024
2 parents 26486b2 + f140bce commit 249eb0d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.CACOCO_TOKEN }}
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
call-codemeta-version:
needs: goreleaser
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/codemeta-version.yaml
with:
release-version: ${{ needs.goreleaser.outputs.release-version }}
needs: [goreleaser]
uses: ./.github/workflows/codemeta-version.yaml
with:
release-version: ${{ needs.goreleaser.outputs.release-version }}
secrets: inherit

0 comments on commit 249eb0d

Please sign in to comment.