Skip to content

Commit 8caa9f8

Browse files
committed
Use GitHub Actions to package
1 parent fb1f027 commit 8caa9f8

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

.github/workflows/update.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Package and release
2+
3+
on:
4+
push:
5+
tags:
6+
- '**'
7+
8+
jobs:
9+
10+
release:
11+
12+
runs-on: ubuntu-latest
13+
14+
env:
15+
CF_API_KEY: ${{ secrets.CF_API_KEY }}
16+
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
17+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
18+
19+
steps:
20+
21+
- name: Clone project
22+
uses: actions/checkout@v3
23+
with:
24+
fetch-depth: 0
25+
26+
- name: Package and release
27+
uses: BigWigsMods/packager@v2

.pkgmeta

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
package-as: FieldGuide
2-
enable-nolib-creation: no
32

43
ignore:
5-
- README.md
6-
- .travis.yml
4+
- README.md

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)