Skip to content

Commit

Permalink
ci(release): update release
Browse files Browse the repository at this point in the history
Remove build files from repository and release using NPM.
  • Loading branch information
Gijsdeman committed Feb 17, 2025
1 parent 8165e0b commit 99304b3
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 1,924 deletions.
23 changes: 0 additions & 23 deletions .github/pull_request_template.md

This file was deleted.

12 changes: 11 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ concurrency:

jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@v1
uses: GEWIS/actions/.github/workflows/versioning.yml@v1
with:
dry-run: 'true'

publish-npm:
uses: GEWIS/actions/.github/workflows/npm-release.yml@v1
needs: versioning
if: ${{ needs.versioning.outputs.next_version != '' }}
with:
node-version: '22.x'
version: ${{ needs.versioning.outputs.next_version }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
dist
Loading

0 comments on commit 99304b3

Please sign in to comment.