Skip to content

Commit d9e3451

Browse files
committed
Testing secrets and reusable workflows
1 parent eee2e50 commit d9e3451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
determine_environment:
7777
name: Determine the Github Actions environment to use
7878
runs-on: ubuntu-latest
79-
# needs: build_and_test
79+
needs: build_and_test
8080
outputs:
8181
env_name: ${{ steps.set-env.outputs.env_name }}
8282
steps:

0 commit comments

Comments
 (0)