Skip to content

Commit

Permalink
feat: test creating github release
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 23, 2024
1 parent 5858973 commit 3fb56f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

release:
name: Release
needs: [ref]
needs: [create-draft-release, ref]
permissions: write-all
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3fb56f0

Please sign in to comment.