Skip to content

Commit

Permalink
Merge pull request #17 from discoverygarden/fix/workflow-updates
Browse files Browse the repository at this point in the history
TWM-15: DRYing semver
  • Loading branch information
nchiasson-dgi authored Jul 19, 2023
2 parents 4419fc7 + 48696c3 commit 5cce3c4
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 @@ -10,9 +10,5 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cce3c4

Please sign in to comment.