Skip to content

Commit

Permalink
Fix Release warnings (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper authored Mar 12, 2023
1 parent ff2f07c commit d41ad95
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ jobs:
- name: Dump github ref
run: echo "$GITHUB_REF"

- name: Extract ref info
id: release_info
run: |
echo ::set-output name=REF_BRANCH::${GITHUB_REF#refs/heads/}
echo ::set-output name=REF_TAG::${GITHUB_REF#refs/tags/}
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
Expand All @@ -139,10 +133,9 @@ jobs:
FRAMES_TAG: ${{ github.ref_name }}

- name: Upload binaries
uses: AButler/[email protected]
with:
files: framesd-*
repo-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.ref_name }} framesd-*

- name: Login to GCR
run: echo "$GCR_JSON_KEY" | docker login -u _json_key --password-stdin https://gcr.io
Expand Down

0 comments on commit d41ad95

Please sign in to comment.