File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939 env :
4040 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 PREVIOUS_TAG : ${{ env.previous_tag }}
42+ GITHUB_REPOSITORY : ${{ github.repository }}
4243 run : |
4344 RELEASE_BODY=$(cat <<EOF
4445**Ollama Bash Lib $CURRENT_TAG**
@@ -47,7 +48,7 @@ A Bash Library for Ollama
4748
4849Run LLM prompts straight from your shell, and more
4950
50- Repo : https://github.com/${{ github.repository }}
51+ Repo : https://github.com/$GITHUB_REPOSITORY
5152EOF
5253 )
5354
5960 fi
6061
6162 # Add link to compare with previous version
62- RELEASE_BODY="${RELEASE_BODY}See all commits since last release : https://github.com/${{ github.repository }} /compare/${PREVIOUS_TAG}...${CURRENT_TAG}"
63+ RELEASE_BODY="${RELEASE_BODY}See all commits since last release : https://github.com/$GITHUB_REPOSITORY /compare/${PREVIOUS_TAG}...${CURRENT_TAG}"
6364
6465 echo "RELEASENOTES<<EOF" >> $GITHUB_ENV
6566 echo -e "$RELEASE_BODY" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments