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 ae1b2db commit 4d81010Copy full SHA for 4d81010
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
- run:
39
name: "Publish Release on GitHub"
40
command: |
41
- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./dist/com.cpanato.onelogin-*.tar.gz
+ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./dist/com.cpanato.aws-sns-*.tar.gz
42
43
workflows:
44
version: 2
0 commit comments