We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a18de commit 921f7d7Copy full SHA for 921f7d7
.github/workflows/release.yaml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Bump version and push tag
31
uses: anothrNick/[email protected]
32
+ id: tag
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
README.md
@@ -117,6 +117,7 @@ kubectl get serviceaccount <name> -o yaml
117
kubectl get clusterrolebinding <name> -o yaml
118
kubectl get deploy <name> -o yaml
119
```
120
+
121
### :memo: Guidelines
122
123
- :memo: Use a succinct title and description.
0 commit comments