🏷 Fetch tags

This commit is contained in:
Chris Araman 2021-04-28 23:10:15 -07:00
parent 5a2d7717c9
commit 3e027dbd44
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -17,16 +17,14 @@ jobs:
# https://github.com/actions/checkout#usage
- uses: actions/checkout@master
with:
# Fetch tags for script/version
fetch-depth: 0
# https://docs.github.com/en/actions/reference/authentication-in-a-workflow
token: ${{ secrets.GITHUB_TOKEN }}
- name: Bootstrap
run: script/bootstrap
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsenv
env:
# Carthage looks for GITHUB_ACCESS_TOKEN
# https://github.com/Carthage/Carthage/blob/master/Source/CarthageKit/GitHub.swift#L118
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: script/build