Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Oct 3, 2023
2 parents d532f6e + 1e98d0e commit 4cd7cd3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-click"
version = "1.0.0-alpha.2"
version = "1.0.0-alpha.3"
authors = ["Milad Nekofar <[email protected]>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cd7cd3

Please sign in to comment.