Skip to content

Merge pull request #59 from pnetwork-association/feat/tx-underpriced-… #26

Merge pull request #59 from pnetwork-association/feat/tx-underpriced-…

Merge pull request #59 from pnetwork-association/feat/tx-underpriced-… #26

Workflow file for this run

name: Create Tag
on:
push:
branches: [master]
jobs:
create_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
tag_prefix: 'v'