FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

1.34.0 · TypeScriptToLua/TypeScriptToLua@1bdbed8 · GitHub

1.34.0

1.34.0 #113

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: Release
on:
push:
tags: "*"
permissions:
id-token: write
contents: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 24.12.0
uses: actions/setup-node@v1
with:
node-version: 24.12.0
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build
- run: npm publish

Back | FazBrowse Home | New Git URL