refactor: update workflows to remove unnecessary inputs and standardize job names

This commit is contained in:
arashagp
2025-01-02 10:57:24 +03:30
parent 9f6efe895e
commit 55d01ac20b
6 changed files with 27 additions and 44 deletions

View File

@@ -14,17 +14,17 @@ on:
env:
NODE_VERSION: lts/*
permissions:
contents: read
id-token: write
jobs:
publish-npm:
main:
if: github.repository_owner == 'the-nexim'
name: Publish NPM
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
- name: 🗃️ Cache Wireit
uses: google/wireit@setup-github-actions-caching/v2
- name: 🏗️ Build TypeScript
- name: 🏗️ Build
run: yarn build
env:
WIREIT_LOGGER: metrics