Skip to content

chore(deps): update dargmuesli/github-actions action to v0.43.4 #2675

chore(deps): update dargmuesli/github-actions action to v0.43.4

chore(deps): update dargmuesli/github-actions action to v0.43.4 #2675

Workflow file for this run

name: CI
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/[email protected]
permissions:
packages: write
with:
BUILD_TARGET: development
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/[email protected]
permissions:
contents: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}