-
Notifications
You must be signed in to change notification settings - Fork 83
34 lines (31 loc) · 917 Bytes
/
release.yml
File metadata and controls
34 lines (31 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Release
on:
push:
branches:
- develop
- release-candidate
- main
paths-ignore:
- '.gitignore'
- '**/*.env' # Ignores all .env files
- '*.env' # Ignores .env files in the root directory
- '**/*.md' # Ignores all .md files
- '*.md' # Ignores .md files in the root directory
- '**/*.txt' # Ignores all .env files
- '*.txt' # Ignores .env files in the root directory
- '.github/workflows/**' # Ignores all GitHub Actions workflows
tags-ignore: ['**']
permissions:
contents: write
issues: write
pull-requests: write
jobs:
# =========================
# RELEASE
# =========================
release:
name: Create Release
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/release.yml@v1.18.1
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
secrets: inherit