Skip to content

Merge pull request #11 from warp-ds/update-ios-process #17

Merge pull request #11 from warp-ds/update-ios-process

Merge pull request #11 from warp-ds/update-ios-process #17

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v2
with:
version: 9
run_install: true
- name: create env file
run: |
touch .env
echo FIGMA_TOKEN=${{ secrets.FIGMA_TOKEN }} >> .env
- name: Build
run: pnpm build
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "WARP Token assets"
files: |
dist/