Skip to content

Commit

Permalink
add deploy environment
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 6, 2025
1 parent f0d3930 commit 2a06a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ jobs:
package:
needs: build
name: package-and-publish
environment: deploy
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const device = await(await navigator.gpu.requestAdapter()).requestDevice();
...
```

see [example]()
see [example](https://github.com/greggman/node-webgpu/tree/main/example)

You can pass dawn options in `create`

Expand Down

0 comments on commit 2a06a7b

Please sign in to comment.