Skip to content

Commit d093b3e

Browse files
authored
Revert "More work on the workflows (#12)"
This reverts commit 2c5c8bc.
1 parent da9ac23 commit d093b3e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/announce-a-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
entrypoint: publish-release-notes-to-github
2828
env:
29-
RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3030
# - name: Zulip
3131
# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
3232
# with:

.github/workflows/release-notes.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,14 @@ jobs:
2727
GIT_USER_EMAIL: "red@contact.red"
2828
env:
2929
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
30-
30+
# - name: Send alert on failure
31+
# if: ${{ failure() }}
32+
# uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
33+
# with:
34+
# api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
35+
# email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
36+
# organization-url: 'https://ponylang.zulipchat.com/'
37+
# to: notifications
38+
# type: stream
39+
# topic: ${{ github.repository }} scheduled job failure
40+
# content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

.release-notes/next-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Workflow Updates for Releases
22

33
Many many release iterations to get the changelog-bot rotating appropriately.
4+
## Added Static Builds by Github Workflows
5+
6+
Github workflows now generate a static binary which should be usable on any Linux distribution.
47

0 commit comments

Comments
 (0)