Skip to content

Commit

Permalink
Merge pull request #38 from kushalmahapatro/fix/github-actions
Browse files Browse the repository at this point in the history
chore: Create tag workflow updated
  • Loading branch information
kushalmahapatro authored Sep 4, 2023
2 parents 9e12fa6 + 31cb877 commit 0124958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
pull-requests: write

runs-on: ubuntu-latest
needs: [placeholder-job, trigger_next_action, trigger_create_tag_and_publish]
needs: [placeholder-job, check_version.check-version, trigger_on_pr_merge.trigger-create-tag-and-publish]

if: env.TRIGGER_NEXT_ACTION == 'true' && env.TRIGGER_CREATE_TAG_AND_PUBLISH == 'true'
if: ${{ needs.trigger_next_action.outputs.TRIGGER_NEXT_ACTION == 'true' && needs.trigger_create_tag_and_publish.outputs.TRIGGER_CREATE_TAG_AND_PUBLISH == 'true' }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0124958

Please sign in to comment.