mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 15:44:10 +00:00
build announceybot in CI
This commit is contained in:
parent
040d952bc9
commit
ce633ad1b4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/mastercheck.yml
vendored
5
.github/workflows/mastercheck.yml
vendored
|
@ -46,12 +46,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Build announceybot
|
||||||
|
run: zig build announceybot
|
||||||
|
|
||||||
- name: Run script to update README
|
- name: Run script to update README
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAG_NAME: ${{ steps.tag.outputs.version }}
|
TAG_NAME: ${{ steps.tag.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
tools/announceybot.exe update-readme "zig-0.12.0"
|
zig-out/bin/announceybot update-readme "zig-0.12.0"
|
||||||
|
|
||||||
- name: Commit and push if it has changed
|
- name: Commit and push if it has changed
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue