Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,3 @@ jobs:
uses: Taure/erlang-ci/.github/workflows/release.yml@v2.1.4
permissions:
contents: write

# Downstream asobi_lua pins asobi by git ref and only refreshes that pin on
# its nightly schedule, so a fix released here can sit unpublished for a day
# (asobi_lua#103). Push the news instead of waiting for the poll.
#
# A separate job, not a step: the release itself is a reusable workflow this
# repo cannot add steps to. It also reports success when git-cliff decided no
# bump was due, so `needs.release.result` alone would dispatch on every merge
# to main - the script gates on a tag actually pointing at HEAD.
notify-asobi-lua:
needs: release
if: needs.release.result == 'success'
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
- name: Trigger asobi_lua's pin bump
env:
# Cross-repo dispatch; the default GITHUB_TOKEN cannot do it.
GH_TOKEN: ${{ secrets.ASOBI_LUA_DISPATCH_TOKEN }}
run: scripts/dispatch-asobi-lua-pin-bump.sh
35 changes: 0 additions & 35 deletions scripts/dispatch-asobi-lua-pin-bump.sh

This file was deleted.

99 changes: 0 additions & 99 deletions scripts/test/dispatch-asobi-lua-pin-bump-test.sh

This file was deleted.

Loading