Skip to content

feat: use texture2ddecoder #2

feat: use texture2ddecoder

feat: use texture2ddecoder #2

Workflow file for this run

name: Publish
on:
push:
branches:
- "!*"
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
- name: Build
run: ./build.sh
- name: Publish
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./pkg
access: public
- name: Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.BOT_TOKEN }}
prerelease: false