Skip to content

chore(deps): bump docker/build-push-action from 4.2.0 to 4.2.1 (#782) #282

chore(deps): bump docker/build-push-action from 4.2.0 to 4.2.1 (#782)

chore(deps): bump docker/build-push-action from 4.2.0 to 4.2.1 (#782) #282

Workflow file for this run

name: Release workflow
on:
push:
branches:
- main
- beta
paths-ignore:
- 'package*.json'
jobs:
test:
name: '🧪 Test and lint'
uses: LEDBrain/Community-Service/.github/workflows/development.yml@main
release-github:
if: ${{ !contains(github.event.head_commit.message, 'skip ci') && !contains(github.event.head_commit.message, 'skip release') }}
needs: test
runs-on: ubuntu-latest
steps:
# - name: Generate Token
# id: generate_token
# uses: tibdex/github-app-token@v1
# with:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: '☁️ Checkout repository'
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v3
with:
node-version: '18'
- name: '📦 Install dependencies'
run: npm ci
- name: '🚀 Release'
env:
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
run: npx semantic-release