Skip to content

Merge pull request #325 from Lumerin-protocol/hotfix/remove-loggign #433

Merge pull request #325 from Lumerin-protocol/hotfix/remove-loggign

Merge pull request #325 from Lumerin-protocol/hotfix/remove-loggign #433

Workflow file for this run

name: Auto Tag
on:
push:
branches:
- dev
- stg
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Auto Tag
uses: butlerlogic/[email protected]
if: github.ref != 'refs/heads/main'
env:
GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}"
with:
strategy: package
tag_suffix: "-${{ github.ref_name }}"