📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 20:23:20
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
@tailwindcss
/
forms
/
.github
/
workflows
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/@tailwindcss/forms/.github/workflows
🔄 Refresh
✏️
Editing: release.yml
Writable
name: Release on: release: types: [published] permissions: contents: read id-token: write jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [22] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' cache: 'npm' - name: Install dependencies run: npm install - name: Test run: npm test - name: Calculate environment variables run: | echo "RELEASE_CHANNEL=$(npm run release-channel --silent)" >> $GITHUB_ENV - name: Publish run: npm publish --provenance --tag ${{ env.RELEASE_CHANNEL }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
💾 Save Changes
❌ Cancel