Skip to content

Commit

Permalink
fix: github release action (#4)
Browse files Browse the repository at this point in the history
Needed to clone the repo and also adjust the version number

[skip release]
  • Loading branch information
mnavarrocarter committed May 5, 2022
1 parent 8318956 commit 570e9ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- quality-checks
runs-on: ubuntu-latest
steps:
- name: "Checkout Code"
uses: "actions/checkout@v2"
- name: Semantic Release
uses: codfish/semantic-release-action@v1
with:
Expand All @@ -75,7 +77,7 @@ jobs:
'+([0-9])?(.{+([0-9]),x}).x',
'master'
]
tag_format: '${version}'
tag_format: 'v${version}'
plugins: |
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']
env:
Expand Down

0 comments on commit 570e9ae

Please sign in to comment.