forked from nanobox-io/nanobox
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cdba3c
commit 46c215b
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,21 @@ jobs: | |
run: | | ||
./scripts/upload.sh | ||
- name: Extract version | ||
id: extract | ||
run: echo "::set-output name=version::$(cat .build/v*/version | sed 's/Microbox Version //')" | ||
|
||
- name: Spam Discord | ||
uses: sarisia/actions-status-discord@v1 | ||
if: github.actor != 'nektos/act' | ||
with: | ||
webhook: ${{ secrets.DISCORD_WEBHOOK }} | ||
nodetail: true | ||
title: A new version of Microbox is ready! | ||
description: | | ||
Version `${{ steps.extract.outputs.version }}` | ||
Run `microbox-update` to grab it! | ||
- name: Rebuild Installers | ||
if: github.event_name != 'pull_request' && github.repository_owner == 'mu-box' | ||
uses: peter-evans/[email protected] | ||
|
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ misspell failed (.)
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ gocyclo failed (.)
6 function(s) exceeding a complexity of 15
Show Detail
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ ineffassign failed (.)
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ errcheck failed (.)
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ gosec failed (.)
Show Detail
Code Reference
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ shadow failed (.)
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ staticcheck failed (.)
Checks Document
46c215b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ Failure Summary