Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from dfinity/basvandijk/prefix-tags
Browse files Browse the repository at this point in the history
fix: prefix release tags with "rev-" to distinguish them from git revisions
  • Loading branch information
rrkapitz authored May 17, 2022
2 parents 63207e2 + d3d4745 commit c312760
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: binaries.tar.gz
asset_name: binaries-${{ matrix.name }}.tar.gz
tag: ${{ env.SHA_SHORT }}
tag: rev-${{ env.SHA_SHORT }}

- name: Upload deb
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: icx-proxy.deb
tag: ${{ env.SHA_SHORT }}
tag: rev-${{ env.SHA_SHORT }}
if: contains(matrix.target, 'linux-musl')

0 comments on commit c312760

Please sign in to comment.