Skip to content

Adds new algorithm for throttling (#113) #2

Adds new algorithm for throttling (#113)

Adds new algorithm for throttling (#113) #2

Workflow file for this run

name: Publish
on:
push:
tags:
- "*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Publish package to hex.pm
uses: hipcall/github_action_publish_hex@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}