Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 4, 2024
1 parent 9908bce commit 87fd3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
## finalizing the release doesn't depend on Docs deploying because it fails frequently
finalize-release:
runs-on: ubuntu-latest
needs: publish-package
needs: build
steps:
## Checkout so we can apply the new tag
- uses: actions/checkout@v4
Expand Down

0 comments on commit 87fd3ef

Please sign in to comment.