mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🏷 Fetch tags
This commit is contained in:
parent
5a2d7717c9
commit
3e027dbd44
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue