Skip to content

Commit

Permalink
Leave the leading "v" in version names
Browse files Browse the repository at this point in the history
Better fits the format we've already been releasing all these years.
  • Loading branch information
brandur committed Apr 6, 2020
1 parent 4820e13 commit 3883cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- name: "Get release info"
id: get_release_info
run: |
echo ::set-output name=file_name::${REPOSITORY_NAME##*/}-${TAG_REF_NAME##*/v}-${{ matrix.target }}.tar.gz # RepositoryName-v1.0.0-arch.tar.gz
echo ::set-output name=file_name::${REPOSITORY_NAME##*/}-${TAG_REF_NAME##*/}-${{ matrix.target }}.tar.gz # RepositoryName-v1.0.0-arch.tar.gz
value=`cat release_url/release_url.txt`
echo ::set-output name=upload_url::$value
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- name: "Get release info"
id: get_release_info
run: |
echo ::set-output name=file_name::${REPOSITORY_NAME##*/}-${TAG_REF_NAME##*/v}-${{ matrix.target }}.tar.gz # RepositoryName-v1.0.0-arch.tar.gz
echo ::set-output name=file_name::${REPOSITORY_NAME##*/}-${TAG_REF_NAME##*/}-${{ matrix.target }}.tar.gz # RepositoryName-v1.0.0-arch.tar.gz
value=`cat release_url/release_url.txt`
echo ::set-output name=upload_url::$value
Expand Down

0 comments on commit 3883cb5

Please sign in to comment.