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 8985e29 commit d2d6226Copy full SHA for d2d6226
.drone.yml
@@ -17,7 +17,7 @@ steps:
17
environment:
18
GITHUB_TOKEN:
19
from_secret: github_token
20
- GITHUB_REPOSITORY: $CI_REPO
+ GITHUB_REPOSITORY: "$${CI_REPO}"
21
commands:
22
- echo $$GITHUB_REPOSITORY
23
- release-notary publish
0 commit comments