Skip to content

Feature: Add details RateLimitException to parse x-ratelimit header (… #11

Feature: Add details RateLimitException to parse x-ratelimit header (…

Feature: Add details RateLimitException to parse x-ratelimit header (… #11

Workflow file for this run

name: tagged-release
on:
push:
tags:
- "*.*.*"
jobs:
gh_tagged_release:
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout source code"
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: marvinpinto/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
id: automatic_releases
# vim:ts=2:sw=2:et