Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 5060f72

Browse files
#297: automate release (#305)
1 parent a3eb5f2 commit 5060f72

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,14 @@ on:
88
jobs:
99
tagged-release:
1010
name: "Tagged Release"
11-
runs-on: "3-jdk-8-openj9"
11+
runs-on: "ubuntu-latest"
1212

1313
steps:
1414
- name: "Build & test"
1515
run: |
16-
cd ..
17-
mvn clean package
1816
echo "done!"
1917
2018
- uses: "marvinpinto/action-automatic-releases@latest"
2119
with:
2220
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2321
prerelease: true
24-
files: |
25-
LICENSE.txt
26-
*.jar

.github/workflows/snapshot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: "Build & test"
1515
run: |
16-
cd ..
17-
mvn clean package
1816
echo "done!"
1917
2018
- uses: "marvinpinto/action-automatic-releases@latest"
@@ -23,6 +21,3 @@ jobs:
2321
automatic_release_tag: "latest"
2422
prerelease: true
2523
title: "Development Build"
26-
files: |
27-
LICENSE.txt
28-
*.jar

0 commit comments

Comments
 (0)