Skip to content

Commit

Permalink
Remove variable check
Browse files Browse the repository at this point in the history
Fix the fix
  • Loading branch information
Gethe committed Dec 28, 2021
1 parent 1e328f8 commit 1ab3fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tag_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check for release version
uses: actions/github-script@v2
uses: actions/github-script@v5
id: check
with:
script: |
Expand All @@ -39,14 +39,6 @@ jobs:
args: --no-color -q
annotate: warning

- name: Check variables
run: |
echo ${{ github.event }}
echo ${{ github.event.head_commit.message }}
echo ${{ github.event_name }}
echo ${{ github.event_path }}
echo ${{ github.ref }}
- name: Set beta
uses: onemedical/action-general-autotag@main
with:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check for release version
uses: actions/github-script@v2
uses: actions/github-script@v5
id: check
with:
script: |
Expand All @@ -39,14 +39,6 @@ jobs:
args: --no-color -q
annotate: warning

- name: Check variables
run: |
echo ${{ github.event }}
echo ${{ github.event.head_commit.message }}
echo ${{ github.event_name }}
echo ${{ github.event_path }}
echo ${{ github.ref }}
- name: Set release
uses: onemedical/action-general-autotag@main
with:
Expand Down

0 comments on commit 1ab3fba

Please sign in to comment.