Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nl-utwente-groove/samples
Browse files Browse the repository at this point in the history
  • Loading branch information
rensink committed Mar 30, 2024
2 parents f53f39f + 051c862 commit 339e1e7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: GROOVE samples release

on:
push:
branches: [ "master" ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout rule systems
uses: actions/checkout@v4

- name: Create zips
run: zip-all.sh

- name: Retrieve GROOVE version from file
run: echo "VERSION=$(<src/main/resources/nl/utwente/groove/resource/version/GROOVE_VERSION) | tr '.' '_'" >> $GITHUB_ENV

- name: Deploy release
uses: ncipollo/[email protected]
with:
artifacts: "code/release/target/*.zip"
draft: false
prerelease: true
tag: release-${{ env.VERSION }}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
This repo contains sample rule systems for the GROOVE tool.
# <img src="https://github.com/nl-utwente-groove/code/blob/master/G.gif" width="25"> GROOVE

This repository contains sample rule systems for the GROOVE tool.

0 comments on commit 339e1e7

Please sign in to comment.