Skip to content

Commit

Permalink
dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed May 28, 2024
1 parent 4646d20 commit 95e59f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
path: new_tag.txt
release:
runs-on: ubuntu-latest
needs:
- tag
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -89,6 +91,7 @@ jobs:
sign-windows:
runs-on: ubuntu-latest
needs:
- tag
- release
steps:
- name: Set new tag
Expand Down

0 comments on commit 95e59f9

Please sign in to comment.