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 f2317b8 commit c0fb852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
docker-compose --project-name go_nautobot -f docker-compose.yml up --build --abort-on-container-exit
- name: "Commit Changes"
run: |
ls
TAG=v$( cat api/nautobot_version )
git config --global user.name 'GitHub CI'
git config --global user.email 'networktocode@users.noreply.github.com'
Expand Down
2 changes: 1 addition & 1 deletion api/nautobot_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.23-beta
1.5.8-beta

0 comments on commit c0fb852

Please sign in to comment.