Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2024
1 parent 670f7c1 commit f45228e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: actions/setup-go@v2
- name: setup release environment
run: |-
echo 'MIXPANEL_PROJECT_TOKEN="${{ MIXPANEL_PROJECT_TOKEN }}"' > .release-env
echo 'LILICO_TOKEN="${{ LILICO_TOKEN }}"' >> .release-env
echo 'MIXPANEL_PROJECT_TOKEN="${{ secrets.MIXPANEL_PROJECT_TOKEN }}"' > .release-env
echo 'LILICO_TOKEN="${{ secrets.LILICO_TOKEN }}"' >> .release-env
echo 'APP_VERSION="$(basename ${GITHUB_REF})"' >> .release-env
echo 'BUILD_TIME="$(date --iso-8601=seconds)"' >> .release-env
echo 'VERSION="${{ github.ref_name }}"' >> .release-env
Expand Down

0 comments on commit f45228e

Please sign in to comment.