Skip to content

Commit

Permalink
Auto-release 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ostenbom committed Nov 9, 2023
1 parent 0eee8ae commit 2292dc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ jobs:
cd homebrew-mentimeter
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/mentimeter/homebrew-mentimeter.git
git config --global user.name "release-bot"
git config --global user.email "it-operations@mentimeter.com"
git remote set-url origin https://x-access-token:${COMMIT_TOKEN}@github.com/mentimeter/homebrew-mentimeter.git
git config --global user.name "mentibot"
git config --global user.email "[email protected].com"
git add linkup.rb
git commit -m "Update Linkup formula to $RELEASE_VERSION"
git push origin HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_TOKEN: ${{ secrets.COMMIT_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linkup-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkup-cli"
version = "0.1.19"
version = "0.1.20"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 2292dc6

Please sign in to comment.