Skip to content

Commit

Permalink
Fix git tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelaferreira committed Mar 6, 2022
1 parent c2f8c18 commit b32fab6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/git-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ jobs:
tag:
name: "Create git tag"
runs-on: ubuntu-latest
env:
tooling_dir: ${{ github.workspace }}/../tooling
ssh_dir: /home/runner/.ssh
if: "!contains(github.event.head_commit.message, 'Increment version')"
steps:
- name: Checkout source
- uses: actions/checkout@v2
uses: actions/checkout@v2
with:
fetch-depth: "0"
- name: Bump version and push tag
Expand Down

0 comments on commit b32fab6

Please sign in to comment.