Skip to content

Commit

Permalink
Update tag-and-release.yml
Browse files Browse the repository at this point in the history
fix missing uses
  • Loading branch information
darksidemilk authored Aug 22, 2024
1 parent eeefd42 commit 10dc8db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:

run-build-test:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Call main workflow that calls all the distros
run: gh workflow run build-test.yml
env:
Expand All @@ -18,6 +20,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- name: Wait a minute for the runs to start
run: start-sleep 60

Expand Down

0 comments on commit 10dc8db

Please sign in to comment.