diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6249fdf..58bdf0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: echo "RELEASE_NAME=Released on $(date +%Y.%m.%d-%H:%M)" >> $GITHUB_ENV echo "TAG_NAME=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV echo "custom_rules=https://raw.githubusercontent.com/$GITHUB_REPOSITORY/master/rules.txt" >> $GITHUB_ENV - echo $GITHUB_ENV + echo "custom_rules=https://raw.githubusercontent.com/$GITHUB_REPOSITORY/master/rules.txt" shell: bash - name: Generate rules.txt file