Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into routing
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Aug 21, 2023
2 parents 5ed7ebf + b85f519 commit 1400ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: On Tag - Release
name: On Tag - Release Draft

on:
push:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Changes in this release 👨‍💻</summary>\n\n\n#{{UNCATEGORIZED}}\n</details>",
"template": "#{{CHANGELOG}}\n\Changes in this release 👨‍💻:\n#{{UNCATEGORIZED}}\n",
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -65,29 +65,3 @@ jobs:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
body: ${{ steps.build_changelog.outputs.changelog }}

- name: Update dev-chat
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
🎉 New Psibase release 🎉
Prerelease: ${{needs.prerelease-check.outputs.prerelease}}
[${{ github.ref_name }}](${{ steps.create_release.outputs.url }})
# build-new-CLI-versions:
# name: Build new CLI version
# needs: create-psibase-release
# runs-on: ubuntu-latest
# steps:
# - env:
# GITHUB_TOKEN: ${{ secrets.WORKFLOW_DISPATCHER_TOKEN }}
# run: |
# version=${{ github.ref_name }}
# gh workflow run cli.yml -f version=$version -R ${{ github.repository_owner }}/image-builders

# TODO: Psinode image is still taking the binaries from rolling-release. Needs to be changed to
# Download the artifacts from the release that I just uploaded to.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
name: Ubuntu ${{ matrix.ubuntu-version }} - Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- builder-image: "ghcr.io/${{ github.repository_owner }}/psibase-builder-ubuntu-2004:efa3d81568eb2d4cdc3b3d8a343dd26de0fcba6c"
Expand Down

0 comments on commit 1400ae3

Please sign in to comment.