Skip to content

Commit

Permalink
ci: add missing needs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Mar 21, 2024
1 parent 418629f commit 9128384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: echo ${{ github.event.inputs.distinct_id }}

create-tag:
needs: [test]
runs-on: ubuntu-latest
outputs:
tagname: ${{ steps.create_tag.outputs.tagname }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: echo ${{ github.event.inputs.distinct_id }}

create-tag:
needs: [test]
runs-on: ubuntu-latest
outputs:
tagname: ${{ steps.create_tag.outputs.tagname }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: echo ${{ github.event.inputs.distinct_id }}

create-tag:
needs: [test]
runs-on: ubuntu-latest
outputs:
tagname: ${{ steps.create_tag.outputs.tagname }}
Expand Down

0 comments on commit 9128384

Please sign in to comment.