Compare commits
3 Commits
v0.1.4
...
596baba5ef
Author | SHA1 | Date | |
---|---|---|---|
596baba5ef | |||
12390031f9 | |||
daed8c1462 |
@@ -5,8 +5,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ "development", "main", "staging"]
|
branches: [ "development", "main", "staging"]
|
||||||
tags: [ "v*.*.*" ]
|
tags: [ "v*.*.*" ]
|
||||||
pull_request:
|
#pull_request:
|
||||||
branches: [ "development", "main", "staging" ]
|
#branches: [ "development", "main", "staging" ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOTNET_VERSION: '8.0.x'
|
DOTNET_VERSION: '8.0.x'
|
||||||
@@ -109,6 +113,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Git user
|
- name: Set up Git user
|
||||||
run: |
|
run: |
|
||||||
@@ -116,8 +121,6 @@ jobs:
|
|||||||
git config user.email "actions@github.com"
|
git config user.email "actions@github.com"
|
||||||
|
|
||||||
- name: Create and push tag
|
- name: Create and push tag
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
git tag ${{ needs.set-tag.outputs.tag_name }}
|
git tag ${{ needs.set-tag.outputs.tag_name }}
|
||||||
git push origin ${{ needs.set-tag.outputs.tag_name }}
|
git push origin ${{ needs.set-tag.outputs.tag_name }}
|
Reference in New Issue
Block a user