Skip to content

Commit d2d6226

Browse files
author
Simon Prochazka
committed
fix: adjust variable
1 parent 8985e29 commit d2d6226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
environment:
1818
GITHUB_TOKEN:
1919
from_secret: github_token
20-
GITHUB_REPOSITORY: $CI_REPO
20+
GITHUB_REPOSITORY: "$${CI_REPO}"
2121
commands:
2222
- echo $$GITHUB_REPOSITORY
2323
- release-notary publish

0 commit comments

Comments
 (0)