Skip to content

Commit

Permalink
Merge branch 'anothrNick:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
brunofarina authored Sep 27, 2022
2 parents 9224115 + bf19f78 commit d252992
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/**'

jobs:
build:
Expand All @@ -14,10 +16,19 @@ jobs:
fetch-depth: '0'

- name: version-tag
uses: anothrNick/[email protected] # another pr require to move this to 1
id: tag
uses: anothrNick/github-tag-action@1 # another pr require to move this to 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: automatic-draft-release
uses: marvinpinto/[email protected]
with:
draft: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
title: "${{ steps.tag.outputs.tag }}: [title-edit-me] by:${{ github.actor }}"
automatic_release_tag: ${{ steps.tag.outputs.tag }}

- name: version-tag-major
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d252992

Please sign in to comment.