From 184f05b80264eccec5cf8abf71ecefa501bbab98 Mon Sep 17 00:00:00 2001 From: phips28 Date: Fri, 3 Apr 2020 13:08:39 +0200 Subject: [PATCH] reverted test --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ed45934..01d096c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -3,7 +3,7 @@ name: "Bump Version" on: push: branches: - - "checkout_v2" + - "master" jobs: bump-version: @@ -22,7 +22,7 @@ jobs: with: node-version: 12 - name: "Automated Version Bump" - uses: "phips28/gh-action-bump-version@checkout_v2" + uses: "phips28/gh-action-bump-version@master" with: tag-prefix: '' env: