Skip to content

Commit 8985e29

Browse files
author
Simon Prochazka
committed
fix: variable replacement
1 parent 1dbaff9 commit 8985e29

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)