Skip to content

chore: send provisioning profile name back to step #46

chore: send provisioning profile name back to step

chore: send provisioning profile name back to step #46

Workflow file for this run

name: "tagged-release"
# on:
# push:
# tags:
# - "v*"
on: [push]
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn global add @vercel/ncc
- run: yarn ci
- run: yarn build
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "latest"