diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7330025..f6ec688 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: override: true - name: Deploy to Workers - uses: cloudflare/wrangler-action@v3.1.1 + uses: cloudflare/wrangler-action@v3.2.0 with: accountId: ${{ secrets.CF_ACCOUNT_ID }} apiToken: ${{ secrets.CF_API_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index c767e70..ef7f54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.0-alpha.3] - 2023-10-03 + +### Miscellaneous Tasks + +- Force reinstallation of `worker-build` in `wrangler.toml` + ## [1.0.0-alpha.2] - 2023-10-03 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 334a017..1b62b2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "lilnouns-click" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "graphql_client", "html-escape", diff --git a/Cargo.toml b/Cargo.toml index 980f371..3245ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-click" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors = ["Milad Nekofar "] edition = "2021" description = "A Nounish URL shortener for LilNouns DAO." diff --git a/wrangler.toml b/wrangler.toml index b700f54..d65e7de 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,7 +3,7 @@ main = "build/worker/shim.mjs" compatibility_date = "2023-03-22" [build] -command = "cargo install -q worker-build && worker-build --release" +command = "cargo install -q -f worker-build && worker-build --release" [vars] NOUNS_GRAPHQL_URL = "https://api.goldsky.com/api/public/project_cldf2o9pqagp43svvbk5u3kmo/subgraphs/nouns/0.2.0/gn"