Skip to content

feat: allow liquidity withdrawal from EOA or multisig (#275) #97

feat: allow liquidity withdrawal from EOA or multisig (#275)

feat: allow liquidity withdrawal from EOA or multisig (#275) #97

Workflow file for this run

name: Create Sygma solidity release
on:
push:
branches:
- master
jobs:
release-please:
name: release
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node
package-name: '@buildwithsygma/sygma-contracts'
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"revert","hidden":true}]'