Skip to content

Commit

Permalink
Forgot to add the env variables to GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood authored Jul 26, 2024
1 parent 47e042c commit ada074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: echo "BUILD_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Set env
run: |
echo "TAG_NAME=${{ env.BUILD_DATE }}"
echo "RELEASE_NAME=${{ env.BUILD_DATE }}"
echo "TAG_NAME=${{ env.BUILD_DATE }}" >> $GITHUB_ENV
echo "RELEASE_NAME=${{ env.BUILD_DATE }}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4
- name: Tools
Expand Down

0 comments on commit ada074a

Please sign in to comment.