Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jul 17, 2021
1 parent c9b25e1 commit e4b0d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name: Automated Workflow
- master
jobs:
release:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
id: semantic
with:
semantic_version: 17.4.3
# semantic_version: 17.4.3
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
Expand Down

0 comments on commit e4b0d70

Please sign in to comment.