Skip to content

Release v0.0.1

Release v0.0.1 #1

name: Publish and Deploy App
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs:
deploy:
name: Publish and Deploy App
runs-on: ubuntu-latest
steps:
- uses: tiago-freire/vtex-publish-deploy-action@v1
with:
appKey: ${{ secrets.VTEX_TOOLBELT_KEY }}
appToken: ${{ secrets.VTEX_TOOLBELT_TOKEN }}