Skip to content

Commit

Permalink
chore(ci): fix creation of git tag in pypangraph ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Feb 13, 2025
1 parent b66b197 commit 3074796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypangraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
- name: "Create git tag"
run: |
mkdir -p ${HOME}/bin
export PATH="${PATH}:${HOME}/bin"
curl -fsSL "https://github.com/TomWright/dasel/releases/download/v2.8.1/dasel_linux_amd64" -o "${HOME}/bin/dasel" && chmod +x "${HOME}/bin/dasel"
git config --global user.name "${{ secrets.NEHERLAB_BOT_GITHUB_NAME }}"
Expand Down

0 comments on commit 3074796

Please sign in to comment.