Skip to content

Commit

Permalink
fix: switch release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed Apr 27, 2024
1 parent 541b5da commit 085ca35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
CSC_LINK: ${{ secrets.MAC_CSC }}
- name: Upload Release Artifact
env:
GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# mterm_1.0.6-beta_amd64.deb
run: gh release upload ${{ needs.release-please.outputs.release_tag }} ./dist/mterm-${{ needs.release-please.outputs.major}}.${{ needs.release-please.outputs.minor}}.${{ needs.release-please.outputs.patch}}${{ vars.RELEASE_LABEL }}.dmg


discord-message:
runs-on: ubuntu-latest
needs: [release-please, okay-release-windows, okay-release-mac, okay-release-linux]
Expand All @@ -106,7 +101,7 @@ jobs:
color: "3945071"
username: "MTERM"
avatar_url: "https://cdn.discordapp.com/avatars/1231588950125183077/b4758eee539540263682fe3f1e93251e.png"
content: "||@notify:release||"
content: "||x||"
footer_title: "Changelog"
footer_icon_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
footer_timestamp: true
1 change: 1 addition & 0 deletions dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
provider: github
updaterCacheDirName: mterm-updater
releaseType: release
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
releaseType: release
provider: github
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/

0 comments on commit 085ca35

Please sign in to comment.