Skip to content

Bump actions/checkout from 1 to 4 (#237) #64

Bump actions/checkout from 1 to 4 (#237)

Bump actions/checkout from 1 to 4 (#237) #64

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
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: Install auto
run: |
curl -vkL https://github.com/intuit/auto/releases/download/v11.3.0/auto-linux.gz -o ~/auto.gz
gunzip ~/auto.gz
chmod a+x ~/auto
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
~/auto shipit