Skip to content

Commit

Permalink
Fix release test (#42)
Browse files Browse the repository at this point in the history
* Release v0.1.8
  • Loading branch information
a1ecbr0wn authored May 7, 2024
1 parent 68a7b90 commit 20d4ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
curl -s https://ident.me > idm.ip
if ! cmp -s prod.ip idm.ip; then
echo "::error title=Deploy Test Failure::IP addresses from id.a1ecbr0wn.com and ident.me do not match"
echo "Prod Response:"
cat prod.ip
echo "Control Response:"
cat idm.ip
echo "Prod Response:"
cat prod.ip
exit 1
fi
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "id-worker"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "Cloudflare worker for providing ip address id"
license = "Apache-2.0"
Expand Down

0 comments on commit 20d4ab1

Please sign in to comment.