Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 Fixing release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Oct 31, 2023
1 parent 367130f commit 0885dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Set release version
run: echo "IMAGE_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=${{ github.ref_name }}|cut -b2-" >> $GITHUB_ENV

- name: Build binaries
run: |
Expand Down

0 comments on commit 0885dc3

Please sign in to comment.