Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman committed Nov 14, 2024
1 parent 251157f commit e30c4bb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/sementic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- main
- 'Refactor/**'

jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@4173a1167c90cd065f296f40abc1d35995cf35e7
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
uses: GEWIS/actions/.github/workflows/npm-release.yml@71ba26aa298f2ea13cb0670869e9f548c32bfbcc
with:
node-version: '22.x'
version: '3.0.0'
lerna: 'true'

0 comments on commit e30c4bb

Please sign in to comment.