Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💚 fix publish workflow #427

Merged
merged 2 commits into from
May 20, 2023

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented May 20, 2023

In the previous PR #424 I forgot that the publish.yaml workflow does not operate from a pull request but directly on the master branch. That will obviously fail to acquire the previous version. To fix it I changed the checkout process to checkout the master from 1 commit before (HEAD^).

- id: checkout
  uses: actions/checkout@v3
  with:
    fetch-depth: 2
- run: git checkout HEAD^

@techouse techouse added bug Something isn't working ci Continuous Integration labels May 20, 2023
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #427 (1d74be6) into develop (ef2fbf5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #427   +/-   ##
========================================
  Coverage    93.63%   93.63%           
========================================
  Files            8        8           
  Lines          440      440           
========================================
  Hits           412      412           
  Misses          28       28           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@techouse techouse merged commit 08781c9 into lejard-h:develop May 20, 2023
@techouse techouse deleted the fix/fix-publish-workflow branch May 20, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants