Skip to content

Merge pull request #49 from 0xWhoa/main #11

Merge pull request #49 from 0xWhoa/main

Merge pull request #49 from 0xWhoa/main #11

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "hashdb.py"
omitBody: true
token: ${{ secrets.GITHUB_TOKEN }}