Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Update skyline_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed May 19, 2021
1 parent e694154 commit b495d5b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/skyline_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
with:
path: build
key: ${{ runner.os }}-build-artifacts
- name: Cache Target Artifacts
uses: actions/cache@v2
with:
path: target
key: ${{ runner.os }}-target-artifacts
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -78,7 +73,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}
tag_name: release-${{ github.sha }}
release_name: Release ${{ github.sha }}
draft: false
prerelease: false
Expand Down

0 comments on commit b495d5b

Please sign in to comment.