Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
Fix main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Mar 15, 2019
1 parent 247d207 commit 08daf6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ action "Build Plugin" {
}

action "GitHub Release" {
uses = "./releasetools/hub"
uses = "./releasetools/hub-release"
needs = ["Build Plugin"]
secrets = ["RELEASE_TOKEN"]
}
1 change: 1 addition & 0 deletions releasetools/hub-release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk add -U \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
hub git

WORKDIR /github/workspace
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit 08daf6b

Please sign in to comment.