Skip to content

Commit

Permalink
Updated build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin committed Apr 26, 2021
1 parent dd68b10 commit 9674211
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 76 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/gitversion.yml

This file was deleted.

15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Sidekick Release

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -13,11 +19,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Git - Fetch Tags
run: git fetch --tags
- name: Git - Fetch Main
if: github.ref != 'refs/heads/main'
run: git branch --create-reflog main origin/main
- name: GitVersion - Install
uses: gittools/actions/gitversion/setup@v0.9.9
with:
Expand Down Expand Up @@ -116,7 +117,7 @@ jobs:
tag_name: v${{ steps.gitversion.outputs.fullSemVer }}
draft: true
verbose: true
overwrite: false
overwrite: true

# Main release
- name: Main Release - Notes
Expand All @@ -136,4 +137,4 @@ jobs:
tag_name: v${{ steps.gitversion.outputs.majorMinorPatch }}
draft: true
verbose: true
overwrite: false
overwrite: true

0 comments on commit 9674211

Please sign in to comment.