Skip to content

Commit

Permalink
Clone wp post
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed May 6, 2024
1 parent d5f0a50 commit f85d0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clone-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
git push origin $NEW_TAG
- name: Create GitHub release
if: needs.check_changes.outputs.should_run == 'true'
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -97,6 +98,7 @@ jobs:
prerelease: false

upload_to_s3:
if: needs.check_changes.outputs.should_run == 'true'
needs: clone_post
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f85d0d7

Please sign in to comment.