Skip to content

Commit 6955527

Browse files
committed
add files for release
1 parent 335eee7 commit 6955527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
jobs:
77
Release:
8+
permissions:
9+
contents: write
10+
811
runs-on: ubuntu-latest
912
if: contains(github.event.head_commit.message, '#major') || contains(github.event.head_commit.message, '#minor') || contains(github.event.head_commit.message, '#patch')
1013
steps:
@@ -27,3 +30,4 @@ jobs:
2730
token: ${{ secrets.PAT_TOKEN }}
2831
tag: ${{ steps.tag_version.outputs.new_tag }}
2932
name: ${{ steps.tag_version.outputs.new_tag }}
33+
artifacts: "docker/docker-compose.yml,docker/example.env,config-example.yml"

0 commit comments

Comments
 (0)