mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update release.yml
This commit is contained in:
parent
3a7ae1ca72
commit
99f1251124
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -1,13 +1,16 @@
|
|||
name: Release Extensions
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push of a new tag
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
- 'v*.*.*' # Trigger when a tag matching this pattern is pushed
|
||||
|
||||
# Allow manual triggering from the GitHub UI
|
||||
workflow_dispatch: # This allows you to manually trigger the workflow from GitHub UI
|
||||
|
||||
permissions:
|
||||
contents: write # Grants write access to the repository content (including releases)
|
||||
contents: write # Grants write access to the repository contents (including releases)
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue