Skip to content

Commit

Permalink
TWM-15: DRYing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Jul 24, 2023
1 parent 1fa6337 commit 4daa45f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Semantic Version tagging action
uses: discoverygarden/auto-semver@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4daa45f

Please sign in to comment.