Refactor session config handling and cryptography logic for improved … #281
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Version - Tag | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
autotag: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: butlerlogic/action-autotag@stable | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
root: "./packages/wallet-sdk" | |
tag_prefix: "v" |