Skip to content

Commit

Permalink
ci: tune the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell committed Sep 17, 2024
1 parent e9fdd2b commit f2317b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
docker-compose --project-name go_nautobot -f docker-compose.yml up --build --abort-on-container-exit
- name: "Commit Changes"
run: |
cd ..
ls
TAG=v$( cat go-nautobot/api/nautobot_version )
TAG=v$( cat api/nautobot_version )
git config --global user.name 'GitHub CI'
git config --global user.email 'networktocode@users.noreply.github.com'
git add -A
Expand Down

0 comments on commit f2317b8

Please sign in to comment.