We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cbe43 commit a6e6438Copy full SHA for a6e6438
.github/workflows/release.yaml
@@ -17,7 +17,9 @@ jobs:
17
disk-cache: ${{ github.workflow }}
18
repository-cache: true
19
- name: Bazel test
20
- run: bazel test //... --config=ci
+ run: |
21
+ gpg --import examples/release_with_secrets/pgp/sops_functional_tests_key.asc
22
+ bazel test //... --config=ci
23
- name: Prepare release
24
run: .github/workflows/release-gen.sh ${{ env.GITHUB_REF_NAME }} ${{ env.GITHUB_REPOSITORY }} > release_notes.txt
25
- name: Release
0 commit comments