MicroPython_PN532/.github/workflows/release_gh.yml

20 lines
482 B
YAML
Raw Normal View History

2022-11-04 04:02:49 +00:00
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
2022-11-04 13:12:44 +00:00
name: GitHub Release Actions
2022-11-04 04:02:49 +00:00
2022-11-04 13:12:44 +00:00
on:
release:
types: [published]
2022-11-04 04:02:49 +00:00
jobs:
2022-11-04 13:12:44 +00:00
upload-release-assets:
2022-11-04 04:02:49 +00:00
runs-on: ubuntu-latest
steps:
2022-11-04 13:12:44 +00:00
- name: Run GitHub Release CI workflow
uses: adafruit/workflows-circuitpython-libs/release-gh@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
upload-url: ${{ github.event.release.upload_url }}