Skip to content

Update .devSepoliaArbitrum.env #446

Update .devSepoliaArbitrum.env

Update .devSepoliaArbitrum.env #446

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 }}"