Skip to content

Fix #1419 as a subscriber I can edit the subscriber name last name an… #344

Fix #1419 as a subscriber I can edit the subscriber name last name an…

Fix #1419 as a subscriber I can edit the subscriber name last name an… #344

Workflow file for this run

name: Release
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Display the environment variables and their values
run: |
curl -L -o /tmp/auto.gz https://github.com/intuit/auto/releases/download/v11.1.6/auto-linux.gz
gzip -d /tmp/auto.gz
chmod +x /tmp/auto
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx /tmp/auto shipit