Skip to content

Commit

Permalink
fix: Fix release Action
Browse files Browse the repository at this point in the history
fix: Fix Release Action
  • Loading branch information
Sloox authored Nov 26, 2020
1 parent ac48ceb commit 35beb6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
arguments: "test_runner:publish -PGITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"

- name: Post Message of Flank Release
uses: Flank/flank@V1.4-action
uses: Flank/flank@master
if: startsWith(github.ref, 'refs/tags/v')
with:
xoxctoken: ${{ secrets.SLACK_XOXCTOKEN }}
Expand Down
4 changes: 0 additions & 4 deletions flank-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk install kscript"

RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && sdk install gradle"

RUN chmod +x /compile.sh

RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && /compile.sh"

COPY entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh
Expand Down
Binary file added flank-actions/sendMessage
Binary file not shown.

0 comments on commit 35beb6d

Please sign in to comment.