Skip to content

Commit 72de042

Browse files
committed
Merge branch 'layer5io:master' into master
2 parents 2fced27 + 4bd5c59 commit 72de042

13 files changed

+32
-42
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,25 @@ jobs:
1818
steps:
1919
- name: Create Release
2020
id: create_release
21-
uses: actions/create-release@v1
22-
env:
23-
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} # This token is provided by Actions, you do not need to create your own token
21+
uses: ncipollo/release-action@v1
22+
if: startsWith(github.ref, 'refs/tags/') && success()
2423
with:
25-
tag_name: ${{ github.event.inputs.version }}
26-
release_name: GetNighthawk Release for ${{ github.event.inputs.version }}
27-
body: |
28-
Changes in this Release
29-
- None
30-
draft: false
31-
prerelease: false
24+
token: ${{ secrets.GH_ACCESS_TOKEN }}
25+
tag: ${{ github.event.inputs.version }}
26+
name: GetNighthawk ${{ github.event.inputs.version }}
27+
allowUpdates: true
28+
omitNameDuringUpdate: true
29+
replacesArtifacts: true
3230
build-and-publish:
3331
name: build and publish packages
3432
needs: [release]
35-
runs-on: ubuntu-latest
3633
strategy:
3734
max-parallel: 10
3835
matrix:
39-
os: [ubuntu-18.04]
36+
os: [ubuntu-latest, macos-latest]
4037
architecture: [amd64]
4138
distribution: [client, server, test_server, nighthawk_output_transform]
39+
runs-on: ${{ matrix.os }}
4240
steps:
4341
- name: Checkout nighthawk
4442
uses: actions/checkout@v2

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
rb-fsevent (0.10.4)
7474
rb-inotify (0.10.1)
7575
ffi (~> 1.0)
76-
rexml (3.2.4)
76+
rexml (3.2.5)
7777
rouge (3.26.0)
7878
safe_yaml (1.0.5)
7979
sassc (2.4.0)
-873 Bytes
Loading
-1.39 KB
Loading
-1.04 KB
Loading
-12.1 KB
Loading
Lines changed: 1 addition & 1 deletion
Loading
-12.2 KB
Loading
Lines changed: 1 addition & 1 deletion
Loading
-8.97 KB
Loading

0 commit comments

Comments
 (0)