Skip to content

fix: prividium updates and fixes (#488) #283

fix: prividium updates and fixes (#488)

fix: prividium updates and fixes (#488) #283

Workflow file for this run

name: release 🚀
on:
push:
branches: [ main ]
env:
HUSKY: 0
CI: true
jobs:
release:
if: ${{ github.event.repository.full_name == github.repository }} && {{ !contains(github.event.head_commit.message, "skip ci") }}

Check warning on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release 🚀

Workflow syntax warning

.github/workflows/release.yml (Line: 13, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 'latest'
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
- name: "Install dependencies"
run: bun install --production --frozen-lockfile
- name: "Release"
run: bunx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}